Brasilian Portuguese + back with italian

This commit is contained in:
Matheus Figueiredo 2013-07-24 17:12:17 -03:00
parent 476a8e0c3f
commit cb41094d9e

View File

@ -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);