Skip to content

l10n: New Crowdin translations to review and merge #8716

l10n: New Crowdin translations to review and merge

l10n: New Crowdin translations to review and merge #8716

name: 🌐 Translations check
on:
pull_request:
paths: ["**.po", "**.pot", ".github/workflows/translation-check.yml"]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
validate:
name: Validate translation files
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: install gettext (i18n) tools
run: |
sudo apt-get update
sudo apt-get install -y gettext
- name: Validate translation files
run: |
scripts/check-translations.sh