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 = {};
|
translations = {};
|
||||||
callback(true);
|
callback(true);
|
||||||
} else {
|
} else {
|
||||||
|
translations = {};
|
||||||
Ox.forEach(Ox.LOCALES, function(locales, module) {
|
Ox.forEach(Ox.LOCALES, function(locales, module) {
|
||||||
if (
|
if (
|
||||||
(!module || Ox.load[module])
|
(!module || Ox.load[module])
|
||||||
|
|
Loading…
Reference in a new issue