23 lines
482 B
JavaScript
23 lines
482 B
JavaScript
define(
|
||
//begin v1.x content
|
||
{
|
||
"group": ".",
|
||
"percentSign": "%",
|
||
"exponential": "e",
|
||
"scientificFormat": "#E0",
|
||
"percentFormat": "#,##0%",
|
||
"list": ";",
|
||
"infinity": "∞",
|
||
"minusSign": "-",
|
||
"decimal": ",",
|
||
"superscriptingExponent": "×",
|
||
"nan": "NaN",
|
||
"perMille": "‰",
|
||
"decimalFormat": "#,##0.###",
|
||
"currencyFormat": "#,##0.00 ¤;(#,##0.00 ¤)",
|
||
"plusSign": "+",
|
||
"decimalFormat-long": "000 bilijonov",
|
||
"decimalFormat-short": "000 bil'.'"
|
||
}
|
||
//end v1.x content
|
||
); |