Commit 61c71742 authored by JC Brand's avatar JC Brand

Bugfix. Wrong global variable set

parent fd349b21
...@@ -195,7 +195,7 @@ ...@@ -195,7 +195,7 @@
if (!window.locales) { if (!window.locales) {
window.locales = {}; window.locales = {};
} }
window.locales.de = factory(new Jed(translations)); window.locales.hu = factory(new Jed(translations));
} }
}(this, function(hu) { }(this, function(hu) {
return hu; return hu;
......
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