Commit 569ff9b1 authored by Fabio Bas's avatar Fabio Bas

italian translation

parent d92033a0
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
......@@ -5,7 +5,8 @@
"af": "locale/af/LC_MESSAGES/af",
"en": "locale/en/LC_MESSAGES/en",
"de": "locale/de/LC_MESSAGES/de",
"hu": "locale/hu/LC_MESSAGES/hu"
"hu": "locale/hu/LC_MESSAGES/hu",
"it": "locale/it/LC_MESSAGES/it"
}
});
......@@ -14,12 +15,13 @@
'af',
'en',
'de',
'hu'
], function (jed, af, en, de, hu) {
'hu',
"it"
], function (jed, af, en, de, hu, it) {
root.locales = {};
root.locales.af = af;
root.locales.en = en;
root.locales.de = de;
root.locales.hu = hu;
root.locales.it = it;
});
})(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