Update Russian translation (#784) #925
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: Check translations | |
on: | |
workflow_dispatch: | |
push: | |
pull_request: | |
jobs: | |
check-translations: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repo | |
uses: actions/checkout@v4 | |
- run: python3 sync_translations.py | |
- name: "Check that strings files are uptodate, otherwise run 'python3 sync_translations.py'" | |
run: git add -N . && git diff --exit-code |