mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-10 18:05:48 +02:00
10 lines
196 B
JavaScript
10 lines
196 B
JavaScript
const i18n = require('./i18n.json')
|
|
|
|
module.exports = {
|
|
input: {
|
|
include: ['**/*.js', '**/*.ts', '**/*.vue', '**/*.jsx', '**/*.tsx'],
|
|
},
|
|
output: {
|
|
locales: Object.keys(i18n),
|
|
},
|
|
}
|