reset translations before switching to new locale
This commit is contained in:
parent
8ed3964dc0
commit
fa08e25a3e
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@
|
|||
translations = {};
|
||||
callback(true);
|
||||
} else {
|
||||
translations = {};
|
||||
Ox.forEach(Ox.LOCALES, function(locales, module) {
|
||||
if (
|
||||
(!module || Ox.load[module])
|
||||
|
|
Loading…
Reference in a new issue