mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-30 02:58:05 +08:00
调整i18n配置
Change-Id: I71f51f1cd0878a4cbc3198fd4b0b810388b559e6
This commit is contained in:
parent
a7296d2ea2
commit
9104b26351
@ -6,25 +6,25 @@ module.exports = {
|
||||
test: /.*(ts|tsx|js|jsx)$/
|
||||
},
|
||||
ignore: {
|
||||
list: ['src/local']
|
||||
list: ['src/locale']
|
||||
},
|
||||
importInfo: {
|
||||
source: 'i18n-runtime',
|
||||
imported: 'i18n',
|
||||
local: '_i18n'
|
||||
},
|
||||
i18nModule: 'amis-core',
|
||||
i18nModule: 'i18n-runtime',
|
||||
languages: [
|
||||
{
|
||||
name: 'en-US',
|
||||
path: './src/local'
|
||||
path: './src/locale'
|
||||
},
|
||||
{
|
||||
name: 'zh-CN',
|
||||
path: './src/local'
|
||||
path: './src/locale'
|
||||
}
|
||||
],
|
||||
init: {
|
||||
output: {
|
||||
fileName: 'eidtor-core-i18n',
|
||||
fileExtension: 'xlsx',
|
||||
path: './'
|
||||
|
Loading…
Reference in New Issue
Block a user