mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 22:07:16 +08:00
ci: fix vue3-gettext
This commit is contained in:
2
.github/workflows/l10n.yml
vendored
2
.github/workflows/l10n.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user