Skip to content

SMM2->3 migration modal, new user modal, disk space warning, markdown… #13

SMM2->3 migration modal, new user modal, disk space warning, markdown…

SMM2->3 migration modal, new user modal, disk space warning, markdown… #13

Workflow file for this run

name: Update translations
on:
push:
branches:
- master
jobs:
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 }}