mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-06-18 10:06:26 +00:00
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