mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 02:15:48 +02:00
7 lines
107 B
JavaScript
7 lines
107 B
JavaScript
const i18n = require('./i18n.json')
|
|
|
|
module.exports = {
|
|
output: {
|
|
locales: Object.keys(i18n),
|
|
},
|
|
}
|