Merge refactor/i18n into develop
This commit is contained in:
parent
3da5bf9079
commit
c681b19e39
99 changed files with 2192 additions and 2987 deletions
|
|
@ -101,7 +101,7 @@ export function deleteItem(items: unknown[], index: number) {
|
|||
}
|
||||
|
||||
export function formatNumberDecimal(num: number, point: number): string {
|
||||
return num.toLocaleString('en-US', {
|
||||
return num.toLocaleString('eng', {
|
||||
minimumFractionDigits: point,
|
||||
maximumFractionDigits: point,
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue