diff options
| author | Oskar Nyberg <oskar@mullvad.net> | 2022-10-19 13:55:49 +0200 |
|---|---|---|
| committer | Oskar Nyberg <oskar@mullvad.net> | 2022-10-21 10:10:57 +0200 |
| commit | 5a93ef0ce76c62d339f553d54e6186b975cb6aaa (patch) | |
| tree | d8ce4ce4f7fdad658484b658263a5ec37f0588f1 /.github/workflows | |
| parent | 0c6bf34d23c44f5c7c16a03f089291eb3c1876cb (diff) | |
| download | mullvadvpn-5a93ef0ce76c62d339f553d54e6186b975cb6aaa.tar.xz mullvadvpn-5a93ef0ce76c62d339f553d54e6186b975cb6aaa.zip | |
Move translation verification to localization script
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/translations.yml | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml index dde8b9c2fd..3472426265 100644 --- a/.github/workflows/translations.yml +++ b/.github/workflows/translations.yml @@ -41,19 +41,5 @@ jobs: toolchain: stable default: true - - name: Extract messages from desktop GUI - working-directory: gui/locales - run: npm run update-translations - - - name: Convert translations into Android resources - working-directory: android/translations-converter - run: cargo run - - - name: Check if repository is up to date - run: | - git diff - ! git status -s | grep . - - - name: Check if format specifiers are correct - working-directory: gui/scripts - run: npm exec ts-node verify-translations-format.ts + - name: Verify translations + run: scripts/localization verify |
