tt-rss/lib/dojo/cldr/nls/ro/number.js.uncompressed.js
2012-08-14 18:59:18 +04:00

22 lines
No EOL
429 B
JavaScript

define(
"dojo/cldr/nls/ro/number", //begin v1.x content
{
"group": ".",
"percentSign": "%",
"exponential": "E",
"scientificFormat": "#E0",
"percentFormat": "#,##0%",
"list": ";",
"infinity": "∞",
"patternDigit": "#",
"minusSign": "-",
"decimal": ",",
"nan": "NaN",
"nativeZeroDigit": "0",
"perMille": "‰",
"decimalFormat": "#,##0.###",
"currencyFormat": "#,##0.00 ¤",
"plusSign": "+"
}
//end v1.x content
);