diff --git a/source/Ox/js/Locale.js b/source/Ox/js/Locale.js index 4d6c674f..324f8646 100644 --- a/source/Ox/js/Locale.js +++ b/source/Ox/js/Locale.js @@ -31,7 +31,6 @@ Ox.LOCALE = locale; if (locale == 'en') { translations = {}; - callback(true); } else { translations = {}; Ox.forEach(Ox.LOCALES, function(locales, module) {