UNPKG
@c-sheep/i18n-extract-cli
Version:
latest (1.0.0)
1.0.0
这是一款能够自动将代码里的中文转成i18n国际化标记的命令行工具。当然,你也可以用它实现将中文语言包自动翻译成其他语言。适用于vue2、vue3和react
@c-sheep/i18n-extract-cli
/
dist
/
configs
/
ast.ignore.js
14 lines
(13 loc)
•
298 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
ignoreStringLiteral
=
void
0
;
exports
.
ignoreStringLiteral
= [ {
key
:
"literal"
,
"parent.type"
:
"TSLiteralType"
, }, {
key
:
"id"
,
"parent.type"
:
"TSEnumMember"
, }, ];