mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-20 19:51:29 +00:00
upgrade dojo to 1.8.3 (refs #570)
This commit is contained in:
22
lib/dojo/cldr/nls/en/number.js.uncompressed.js
Normal file
22
lib/dojo/cldr/nls/en/number.js.uncompressed.js
Normal file
@@ -0,0 +1,22 @@
|
||||
define(
|
||||
"dojo/cldr/nls/en/number", //begin v1.x content
|
||||
{
|
||||
"group": ",",
|
||||
"percentSign": "%",
|
||||
"exponential": "E",
|
||||
"scientificFormat": "#E0",
|
||||
"percentFormat": "#,##0%",
|
||||
"list": ";",
|
||||
"infinity": "∞",
|
||||
"minusSign": "-",
|
||||
"decimal": ".",
|
||||
"nan": "NaN",
|
||||
"perMille": "‰",
|
||||
"decimalFormat": "#,##0.###",
|
||||
"currencyFormat": "¤#,##0.00;(¤#,##0.00)",
|
||||
"plusSign": "+",
|
||||
"decimalFormat-long": "000 trillion",
|
||||
"decimalFormat-short": "000T"
|
||||
}
|
||||
//end v1.x content
|
||||
);
|
||||
Reference in New Issue
Block a user