소스 검색

Bugfix. Wrong global variable set

JC Brand 11 년 전
부모
커밋
61c7174238
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;