11 lines
225 B
JavaScript
11 lines
225 B
JavaScript
|
define(
|
|||
|
"dojo/cldr/nls/pt-pt/number", //begin v1.x content
|
|||
|
{
|
|||
|
"group": " ",
|
|||
|
"decimalFormat-long": "000 biliões",
|
|||
|
"currencyFormat": "#,##0.00 ¤",
|
|||
|
"decimalFormat-short": "000 Bi",
|
|||
|
"decimal": ","
|
|||
|
}
|
|||
|
//end v1.x content
|
|||
|
);
|