diff --git a/.github/workflows/update-manager-types.yaml b/.github/workflows/update-manager-types.yaml index 8768766c05..7933c7cbe2 100644 --- a/.github/workflows/update-manager-types.yaml +++ b/.github/workflows/update-manager-types.yaml @@ -64,7 +64,7 @@ jobs: - name: Lint generated types run: | echo "Linting generated ComfyUI-Manager API types..." - npm run lint:no-cache -- --fix ./src/types/generatedManagerTypes.ts + npm run lint:fix:no-cache -- ./src/types/generatedManagerTypes.ts - name: Check for changes id: check-changes diff --git a/.github/workflows/update-registry-types.yaml b/.github/workflows/update-registry-types.yaml index e44ef4e55c..39a653697e 100644 --- a/.github/workflows/update-registry-types.yaml +++ b/.github/workflows/update-registry-types.yaml @@ -64,7 +64,7 @@ jobs: - name: Lint generated types run: | echo "Linting generated Comfy Registry API types..." - npm run lint:no-cache -- --fix ./src/types/comfyRegistryTypes.ts + npm run lint:fix:no-cache -- ./src/types/comfyRegistryTypes.ts - name: Check for changes id: check-changes diff --git a/package.json b/package.json index 968daf2d07..d0abb16880 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,7 @@ "lint": "eslint src --cache", "lint:fix": "eslint src --cache --fix", "lint:no-cache": "eslint src", + "lint:fix:no-cache": "eslint src --fix", "knip": "knip", "locale": "lobe-i18n locale", "collect-i18n": "playwright test --config=playwright.i18n.config.ts", diff --git a/src/locales/ar/main.json b/src/locales/ar/main.json index 6f0d9e0408..1d60488a96 100644 --- a/src/locales/ar/main.json +++ b/src/locales/ar/main.json @@ -299,6 +299,7 @@ "disabling": "جارٍ التعطيل", "dismiss": "تجاهل", "download": "تنزيل", + "duplicate": "تكرار", "edit": "تعديل", "empty": "فارغ", "enableAll": "تمكين الكل", diff --git a/src/locales/es/main.json b/src/locales/es/main.json index 4e68677a29..f62617ee21 100644 --- a/src/locales/es/main.json +++ b/src/locales/es/main.json @@ -299,6 +299,7 @@ "disabling": "Deshabilitando", "dismiss": "Descartar", "download": "Descargar", + "duplicate": "Duplicar", "edit": "Editar", "empty": "Vacío", "enableAll": "Habilitar todo", diff --git a/src/locales/fr/main.json b/src/locales/fr/main.json index 4418edc3d2..dc179d31f0 100644 --- a/src/locales/fr/main.json +++ b/src/locales/fr/main.json @@ -299,6 +299,7 @@ "disabling": "Désactivation", "dismiss": "Fermer", "download": "Télécharger", + "duplicate": "Dupliquer", "edit": "Modifier", "empty": "Vide", "enableAll": "Activer tout", diff --git a/src/locales/ja/main.json b/src/locales/ja/main.json index fb9af8590d..b6f66071d3 100644 --- a/src/locales/ja/main.json +++ b/src/locales/ja/main.json @@ -299,6 +299,7 @@ "disabling": "無効化", "dismiss": "閉じる", "download": "ダウンロード", + "duplicate": "複製", "edit": "編集", "empty": "空", "enableAll": "すべて有効にする", diff --git a/src/locales/ko/main.json b/src/locales/ko/main.json index a19851b782..45b3eec427 100644 --- a/src/locales/ko/main.json +++ b/src/locales/ko/main.json @@ -299,6 +299,7 @@ "disabling": "비활성화 중", "dismiss": "닫기", "download": "다운로드", + "duplicate": "복제", "edit": "편집", "empty": "비어 있음", "enableAll": "모두 활성화", diff --git a/src/locales/ru/main.json b/src/locales/ru/main.json index f4319b0224..fc04d60a0b 100644 --- a/src/locales/ru/main.json +++ b/src/locales/ru/main.json @@ -299,6 +299,7 @@ "disabling": "Отключение", "dismiss": "Закрыть", "download": "Скачать", + "duplicate": "Дублировать", "edit": "Редактировать", "empty": "Пусто", "enableAll": "Включить все", diff --git a/src/locales/zh-TW/main.json b/src/locales/zh-TW/main.json index 2af28b8e8c..d044707585 100644 --- a/src/locales/zh-TW/main.json +++ b/src/locales/zh-TW/main.json @@ -299,6 +299,7 @@ "disabling": "停用中", "dismiss": "關閉", "download": "下載", + "duplicate": "複製", "edit": "編輯", "empty": "空", "enableAll": "全部啟用", diff --git a/src/locales/zh/main.json b/src/locales/zh/main.json index 14d6918d89..1431a08916 100644 --- a/src/locales/zh/main.json +++ b/src/locales/zh/main.json @@ -299,6 +299,7 @@ "disabling": "禁用中", "dismiss": "關閉", "download": "下载", + "duplicate": "复制", "edit": "编辑", "empty": "空", "enableAll": "启用全部",