diff --git a/public/src/translator.js b/public/src/translator.js index 4e8bec7fdd..bd38862c31 100644 --- a/public/src/translator.js +++ b/public/src/translator.js @@ -108,6 +108,8 @@ for (var key in keys) { if (keys.hasOwnProperty(key)) { + //check for additional variables then keys[key].split(/[,][?\s+]/); + var parsedKey = keys[key].replace('[[', '').replace(']]', '').split(':'), languageFile = parsedKey[0]; diff --git a/public/templates/topic.tpl b/public/templates/topic.tpl index 307e8fe11e..e1a13d95e6 100644 --- a/public/templates/topic.tpl +++ b/public/templates/topic.tpl @@ -27,7 +27,7 @@
-