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