i18n and improvements
This commit is contained in:
@@ -21,5 +21,5 @@ module.exports = function (namespace, key, data) {
|
||||
return messages['en'][namespace][key](data);
|
||||
}
|
||||
|
||||
return 'INVALID I18N: ' + namespace + '/' + key;
|
||||
return '(MISSING: ' + namespace + '/' + key + ')';
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user