mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
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
|
||
); |