[i18n] Use folder mode for locale (#1876)

* [i18n] Use folder mode for locale

* try pipe
This commit is contained in:
Chenlei Hu
2024-12-11 11:29:52 -08:00
committed by GitHub
parent 929e3a5733
commit 0c511d08e6
9 changed files with 9 additions and 8 deletions

View File

@@ -22,7 +22,8 @@ jobs:
PLAYWRIGHT_TEST_URL: http://localhost:5173
working-directory: ComfyUI_frontend
- name: Update translations
run: npm run locale
# Pipe output so that it doesn't error out on stdout.clearLine
run: npm run locale 2>&1 | cat
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
working-directory: ComfyUI_frontend