open/app/gettext.config.cjs

11 lines
196 B
JavaScript
Raw Normal View History

2025-02-28 19:15:32 +08:00
const i18n = require('./i18n.json')
module.exports = {
input: {
include: ['**/*.js', '**/*.ts', '**/*.vue', '**/*.jsx', '**/*.tsx'],
},
output: {
locales: Object.keys(i18n),
},
}