Commit f0a2ba65 authored by Matheus Figueiredo's avatar Matheus Figueiredo

Adding Brasilian Portuguese translation

parent fa75d79a
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
"en": "locale/en/LC_MESSAGES/en", "en": "locale/en/LC_MESSAGES/en",
"de": "locale/de/LC_MESSAGES/de", "de": "locale/de/LC_MESSAGES/de",
"hu": "locale/hu/LC_MESSAGES/hu", "hu": "locale/hu/LC_MESSAGES/hu",
"it": "locale/it/LC_MESSAGES/it" "ptbr": "locale/pt_BR/LC_MESSAGES/pt-br"
} }
}); });
...@@ -16,13 +16,13 @@ ...@@ -16,13 +16,13 @@
'en', 'en',
'de', 'de',
'hu', 'hu',
"it" 'ptbr'
], function (jed, af, en, de, hu, it) { ], function (jed, af, en, de, hu, ptbr) {
root.locales = {}; root.locales = {};
root.locales.af = af; root.locales.af = af;
root.locales.en = en; root.locales.en = en;
root.locales.de = de; root.locales.de = de;
root.locales.hu = hu; root.locales.hu = hu;
root.locales.it = it; root.locales.ptbr = ptbr;
}); });
})(this); })(this);
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment