i18-fe-automator-beta 1.0.13 → 1.0.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/commonjs/index.js +0 -1
- package/dist/esm/index.mjs +0 -1
- package/package.json +1 -1
package/dist/commonjs/index.js
CHANGED
|
@@ -2549,7 +2549,6 @@ function translateUtil(appid, key, projectName, isLintFix) {
|
|
|
2549
2549
|
let str = "";
|
|
2550
2550
|
let cutArr = [];
|
|
2551
2551
|
console.log(chalk.green(`共有${allArr.length}条数据需要翻译`));
|
|
2552
|
-
console.log(allArr,'allArr');
|
|
2553
2552
|
|
|
2554
2553
|
allArr.forEach((item, index) => {
|
|
2555
2554
|
if (str.length > 2000) {
|
package/dist/esm/index.mjs
CHANGED
|
@@ -2527,7 +2527,6 @@ function translateUtil(appid, key, projectName, isLintFix) {
|
|
|
2527
2527
|
let str = "";
|
|
2528
2528
|
let cutArr = [];
|
|
2529
2529
|
console.log(chalk.green(`共有${allArr.length}条数据需要翻译`));
|
|
2530
|
-
console.log(allArr,'allArr');
|
|
2531
2530
|
|
|
2532
2531
|
allArr.forEach((item, index) => {
|
|
2533
2532
|
if (str.length > 2000) {
|