diff --git a/source/Ox.js b/source/Ox.js index d54609f0..64c676a6 100644 --- a/source/Ox.js +++ b/source/Ox.js @@ -21,6 +21,7 @@ loadJSON(function(data) { var previousOx = global.Ox; loadScriptsSerial(data.files, function() { + Ox.LOCALES = data.locales; Ox.VERSION = data.version; Ox.forEach(previousOx, function(value, key) { if (Ox.isUndefined(Ox[key])) {