mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 13:47:15 +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: 'pnpm'
|
||||||
cache-dependency-path: web/pnpm-lock.yaml
|
cache-dependency-path: web/pnpm-lock.yaml
|
||||||
- name: Generate pot files and merge po files
|
- name: Generate pot files and merge po files
|
||||||
|
working-directory: web
|
||||||
run: pnpm run gettext:extract
|
run: pnpm run gettext:extract
|
||||||
- name: Compile po files to json
|
- name: Compile po files to json
|
||||||
|
working-directory: web
|
||||||
run: pnpm run gettext:compile
|
run: pnpm run gettext:compile
|
||||||
- uses: stefanzweifel/git-auto-commit-action@v5
|
- uses: stefanzweifel/git-auto-commit-action@v5
|
||||||
name: Commit changes
|
name: Commit changes
|
||||||
|
|||||||
Reference in New Issue
Block a user