Commit cb41094d authored by Matheus Figueiredo's avatar Matheus Figueiredo

Brasilian Portuguese + back with italian

parent 476a8e0c
......@@ -6,6 +6,7 @@
"en": "locale/en/LC_MESSAGES/en",
"de": "locale/de/LC_MESSAGES/de",
"hu": "locale/hu/LC_MESSAGES/hu",
"it": "locale/it/LC_MESSAGES/it",
"ptbr": "locale/pt_BR/LC_MESSAGES/pt-br"
}
});
......@@ -16,13 +17,15 @@
'en',
'de',
'hu',
"it",
'ptbr'
], function (jed, af, en, de, hu, ptbr) {
], function (jed, af, en, de, hu, it, ptbr) {
root.locales = {};
root.locales.af = af;
root.locales.en = en;
root.locales.de = de;
root.locales.hu = hu;
root.locales.it = it;
root.locales.ptbr = ptbr;
});
})(this);
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