mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 16:54:25 +08:00
support changing numeral system
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
"shortDateFormat": "DDMMYYYY",
|
||||
"longTimeFormat": "HHMMSS",
|
||||
"shortTimeFormat": "HHMM",
|
||||
"numeralSystem": "WesternArabicNumerals",
|
||||
"decimalSeparator": "Comma",
|
||||
"digitGroupingSymbol": "Dot",
|
||||
"digitGrouping": "ThousandsSeparator",
|
||||
@@ -260,6 +261,11 @@
|
||||
"Daily": "Daily"
|
||||
},
|
||||
"numeral": {
|
||||
"Western Arabic Numerals": "Western Arabic Numerals",
|
||||
"Eastern Arabic Numerals": "Eastern Arabic Numerals",
|
||||
"Persian Digits": "Persian Digits",
|
||||
"Burmese Numerals": "Burmese Numerals",
|
||||
"Devanagari Numerals": "Devanagari Numerals",
|
||||
"Dot": "Punto",
|
||||
"Comma": "Virgola",
|
||||
"Space": "Spazio",
|
||||
@@ -1497,6 +1503,7 @@
|
||||
"Long Time Format": "Formato ora lungo",
|
||||
"Short Time Format": "Formato ora breve",
|
||||
"Fiscal Year Format": "Fiscal Year Format",
|
||||
"Numeral System": "Numeral System",
|
||||
"Decimal Separator": "Separatore decimale",
|
||||
"Digit Grouping Symbol": "Simbolo di raggruppamento cifre",
|
||||
"Digit Grouping": "Raggruppamento cifre",
|
||||
|
||||
Reference in New Issue
Block a user