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
/
dist
/
config-file
/
vue-i18n-extract.config.d.ts
13 lines
(12 loc)
•
269 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
declare
const
_default
: {
vueFiles
:
string
;
languageFiles
:
string
;
exclude
:
never
[];
output
:
boolean
;
add
:
boolean
;
remove
:
boolean
;
ci
:
boolean
;
separator
:
string
;
noEmptyTranslation
:
string
; };
export
default
_default;