From fa08e25a3e69a6409febbea5529a2c0147aed1f0 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Fri, 27 Dec 2013 10:53:35 +0000 Subject: [PATCH] reset translations before switching to new locale --- source/Ox/js/Locale.js | 1 + 1 file changed, 1 insertion(+) diff --git a/source/Ox/js/Locale.js b/source/Ox/js/Locale.js index 0771bc55..cc1ecd03 100644 --- a/source/Ox/js/Locale.js +++ b/source/Ox/js/Locale.js @@ -33,6 +33,7 @@ translations = {}; callback(true); } else { + translations = {}; Ox.forEach(Ox.LOCALES, function(locales, module) { if ( (!module || Ox.load[module])