diff --git a/locale/locales.js b/locale/locales.js index 4ce5e6f20..e17c92214 100644 --- a/locale/locales.js +++ b/locale/locales.js @@ -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);