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.
@@ -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) {
@@ -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) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "i18-fe-automator-beta",
3
- "version": "1.0.13",
3
+ "version": "1.0.14",
4
4
  "description": "i18-fe-automator-beta内测版本,只用于key: ''替换、检测中文规则等",
5
5
  "type": "module",
6
6
  "bin": {