mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-15 05:53:13 +00:00
Add i18n cache
This commit is contained in:
@@ -16,7 +16,8 @@ require([
|
||||
Common.initialize();
|
||||
|
||||
i18n.init({
|
||||
resGetPath: Common.languagePath
|
||||
resGetPath: Common.languagePath,
|
||||
useLocalStorage: true
|
||||
}, function() {
|
||||
new LoginForm({
|
||||
el : $("form[name=loginForm]"),
|
||||
|
Reference in New Issue
Block a user