don't call callback twice, fixup for c61d173922

This commit is contained in:
j 2021-04-06 10:26:27 +02:00
parent c61d173922
commit cb42e1d7fa

View file

@ -31,7 +31,6 @@
Ox.LOCALE = locale;
if (locale == 'en') {
translations = {};
callback(true);
} else {
translations = {};
Ox.forEach(Ox.LOCALES, function(locales, module) {