can
Version:
MIT-licensed, client-side, JavaScript framework that makes building rich web applications easy.
23 lines • 466 B
JavaScript
define(
//begin v1.x content
{
"group": ",",
"percentSign": "%",
"exponential": "E",
"scientificFormat": "#E0",
"percentFormat": "#,##0%",
"list": ";",
"infinity": "∞",
"minusSign": "-",
"decimal": ".",
"superscriptingExponent": "×",
"nan": "NaN",
"perMille": "‰",
"decimalFormat": "#,##0.###",
"currencyFormat": "¤#,##0.00;(¤#,##0.00)",
"plusSign": "+",
"decimalFormat-long": "000조",
"decimalFormat-short": "000조"
}
//end v1.x content
);