Browse Source

Bugfix. Wrong global variable set

JC Brand 11 years ago
parent
commit
61c7174238
1 changed files with 1 additions and 1 deletions
  1. 1 1
      locale/hu/LC_MESSAGES/hu.js

+ 1 - 1
locale/hu/LC_MESSAGES/hu.js

@@ -195,7 +195,7 @@
 		if (!window.locales) {
 			window.locales = {};
 		}
-		window.locales.de = factory(new Jed(translations));
+		window.locales.hu = factory(new Jed(translations));
 	}
 }(this, function(hu) {
 	return hu;