2
0
mirror of https://github.com/acepanel/helper.git synced 2026-02-04 04:07:16 +08:00

fix: i18n

This commit is contained in:
2026-01-17 23:28:21 +08:00
parent 1b0621a663
commit fe06613c08
2 changed files with 343 additions and 1 deletions

View File

@@ -26,7 +26,7 @@ jobs:
go install github.com/leonelquinteros/gotext/cli/xgotext@latest
- name: Generate pot files
run: |
~/go/bin/xgotext -default helper -pkg-tree ./cmd/helper -out ./pkg/embed/locales
~/go/bin/xgotext -default helper -in ./ -out ./pkg/embed/locales
- uses: stefanzweifel/git-auto-commit-action@v7
name: Commit changes
with: