We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e86c77 commit 7f22381Copy full SHA for 7f22381
.github/workflows/l10n.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Generate pot files
33
run: |
34
~/go/bin/xgotext -default backend -pkg-tree ./cmd/web -out ./pkg/embed/locales
35
- pnpm run gettext:extract
+ cd web && pnpm run gettext:extract
36
- uses: stefanzweifel/git-auto-commit-action@v5
37
name: Commit changes
38
with:
0 commit comments