From b8cb8d70d3cb7e1747795bcdf2cc84cd7bf2bf5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=97=E5=AD=90?= Date: Sun, 13 Apr 2025 02:37:03 +0800 Subject: [PATCH] ci: fix vue3-gettext --- .github/workflows/l10n.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/l10n.yml b/.github/workflows/l10n.yml index 55f6e64f..9d4bd6e9 100644 --- a/.github/workflows/l10n.yml +++ b/.github/workflows/l10n.yml @@ -42,8 +42,10 @@ jobs: cache: 'pnpm' cache-dependency-path: web/pnpm-lock.yaml - name: Generate pot files and merge po files + working-directory: web run: pnpm run gettext:extract - name: Compile po files to json + working-directory: web run: pnpm run gettext:compile - uses: stefanzweifel/git-auto-commit-action@v5 name: Commit changes