mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-20 17:11:29 +00:00
upgrade dojo to 1.8.3 (refs #570)
This commit is contained in:
22
lib/dojo/cldr/nls/cs/number.js.uncompressed.js
Normal file
22
lib/dojo/cldr/nls/cs/number.js.uncompressed.js
Normal file
@@ -0,0 +1,22 @@
|
||||
define(
|
||||
"dojo/cldr/nls/cs/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 ¤",
|
||||
"plusSign": "+",
|
||||
"decimalFormat-long": "000 bilionů",
|
||||
"decimalFormat-short": "000 bil'.'"
|
||||
}
|
||||
//end v1.x content
|
||||
);
|
||||
Reference in New Issue
Block a user