i18n and improvements

This commit is contained in:
Jamie Curnow
2018-07-18 16:55:09 +10:00
parent d49c3ba3af
commit b6cff5a7d8
34 changed files with 314 additions and 412 deletions

View File

@ -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 + ')';
};