Add i18n cache

This commit is contained in:
Nicolas Le Goff
2013-06-11 18:03:01 +02:00
parent 5e7a570a0f
commit 666ecc5152
8 changed files with 21 additions and 13 deletions

View File

@@ -16,7 +16,8 @@ require([
Common.initialize();
i18n.init({
resGetPath: Common.languagePath
resGetPath: Common.languagePath,
useLocalStorage: true
}, function() {
new LoginForm({
el : $("form[name=loginForm]"),