tt-rss/lib/dojo/cldr/nls/hu/number.js.uncompressed.js

21 lines
402 B
JavaScript
Raw Normal View History

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