Skip to content

Commit

Permalink
Update translation keys on push
Browse files Browse the repository at this point in the history
  • Loading branch information
mircearoata committed Jun 7, 2024
1 parent b45046d commit 182626b
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,22 @@ jobs:
run: |
pnpm lint
pnpm check
update-translations:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- uses: ./.github/actions/setup
with:
backend: false

- name: Install dependencies
working-directory: frontend
run: pnpm install

- name: Update translation keys
working-directory: frontend
run: |
pnpm translations:compare -ak ${{ secrets.TOLGEE_KEY }}
pnpm translations:sync -ak ${{ secrets.TOLGEE_KEY }}

0 comments on commit 182626b

Please sign in to comment.