UNPKG
vue-i18n-extract
Version:
latest (2.0.7)
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3
2.0.0
1.2.3
1.2.2
1.2.1
1.2.0
1.1.11
1.1.10
1.1.4
1.1.2
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
0.4.14
0.4.13
0.4.12
0.4.11
0.4.10
0.4.9
0.4.8
0.4.5
0.4.3
0.4.0
0.3.0
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.13
0.1.12
0.1.11
0.1.10
0.1.9
0.1.8
0.1.6
0.1.4
0.1.3
0.1.1
0.1.0
Manage vue-i18n localization with static analysis
github.com/pixari/vue-i18n-extract
vue-i18n-extract
/
src
/
config-file
/
vue-i18n-extract.config.ts
13 lines
(12 loc)
•
279 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
export
default
{
// Options documented in vue-i18n-extract readme.
vueFiles:
'./src/**/*.?(js|vue)'
, languageFiles:
'./lang/**/*.?(json|yaml|yml|js)'
, exclude: [], output:
false
,
add
:
false
,
remove
:
false
, ci:
false
, separator:
'.'
, noEmptyTranslation:
''
};