add translations #655
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Searching missing Translations | |
on: | |
push: | |
pull_request: | |
types: [opened, synchronize, reopened] | |
paths: | |
- 'frontend/**' | |
jobs: | |
check-translations: | |
name: Search for missing Translations | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Run translation tests | |
run: | | |
cd frontend | |
npm install | |
npm run extract --clean | |
npm run compile -- --strict |