mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 10:17:17 +08:00
8 lines
133 B
Go
8 lines
133 B
Go
module.exports = {
|
|
output: {
|
|
path: './src/locales',
|
|
potPath: './frontend.pot',
|
|
locales: ['en', 'zh_CN', 'zh_TW']
|
|
}
|
|
}
|