ES5: quotes

This commit is contained in:
Amine Ben hammou
2017-08-23 16:51:09 +00:00
committed by pavel-mailpoet
parent 80c4eeed5e
commit cd091c2af6
33 changed files with 214 additions and 215 deletions

View File

@ -14,7 +14,7 @@ define('i18n',
translations[key] = value;
},
t: function(key) {
return translations[key] || 'TRANSLATION "%$1s" NOT FOUND'.replace("%$1s", key);
return translations[key] || 'TRANSLATION "%$1s" NOT FOUND'.replace('%$1s', key);
},
all: function() {
return translations;