You've already forked nginx-proxy-manager
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:
@ -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/,
|
||||
|
Reference in New Issue
Block a user