spec/js/translations.js in i18n-js-3.6.0 vs spec/js/translations.js in i18n-js-3.7.0
- old
+ new
@@ -88,10 +88,19 @@
Translations["pt-BR"] = {
hello: "Olá Mundo!"
, number: {
- percentage: {
+ currency: {
+ format: {
+ delimiter: ".",
+ format: "%u %n",
+ precision: 2,
+ separator: ",",
+ unit: "R$"
+ }
+ }
+ , percentage: {
format: {
delimiter: ""
, separator: ","
, precision: 2
}