1
0
mirror of https://github.com/NginxProxyManager/nginx-proxy-manager.git synced 2025-07-12 05:21:40 +03:00

I18n support, fixed version in footer

This commit is contained in:
Jamie Curnow
2018-07-18 14:28:41 +10:00
parent c629deb56c
commit d49c3ba3af
10 changed files with 91 additions and 19 deletions

View File

@ -45,6 +45,19 @@ module.exports = {
},
// other:
{
type: 'javascript/auto', // <= Set the module.type explicitly
test: /\bmessages\.json$/,
loader: 'messageformat-loader',
options: {
biDiSupport: false,
disablePluralKeyChecks: false,
formatters: null,
intlSupport: false,
locale: ['en'/*, 'es'*/],
strictNumberSign: false
}
},
{
test: /\.js$/,
exclude: /node_modules/,