diff options
Diffstat (limited to 'js/dojo/dojo/cldr/nls/hu/number.js')
| -rw-r--r-- | js/dojo/dojo/cldr/nls/hu/number.js | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/js/dojo/dojo/cldr/nls/hu/number.js b/js/dojo/dojo/cldr/nls/hu/number.js new file mode 100644 index 0000000..4d5cdef --- /dev/null +++ b/js/dojo/dojo/cldr/nls/hu/number.js @@ -0,0 +1,22 @@ +//>>built +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 +);
\ No newline at end of file |
