ttrss/lib/dojo/cldr/nls/el/number.js.uncompressed.js

21 lines
456 B
JavaScript
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

define(
"dojo/cldr/nls/el/number", //begin v1.x content
{
"group": ".",
"percentSign": "%",
"exponential": "e",
"percentFormat": "#,##0%",
"list": ",",
"infinity": "∞",
"minusSign": "-",
"decimal": ",",
"nan": "NaN",
"perMille": "‰",
"decimalFormat": "#,##0.###",
"currencyFormat": "#,##0.00 ¤",
"plusSign": "+",
"decimalFormat-long": "000 τρισεκατομμύρια",
"decimalFormat-short": "000 τρις"
}
//end v1.x content
);