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
/
tests
/
fixtures
/
resolved-sources.ts
5 lines
(3 loc)
•
194 B
text/typescript
View Raw
1
2
3
4
5
import
path
from
'path'
;
export
const
vueFiles = path.
resolve
(__dirname,
'./vue-files/**/*.?(js|vue)'
);
export
const
languageFiles = path.
resolve
(__dirname,
'./lang/**/*.?(js|json|yml|yaml)'
);