Skip to content

taxonomy: Add german syn for E150d (#12704) #10638

taxonomy: Add german syn for E150d (#12704)

taxonomy: Add german syn for E150d (#12704) #10638

name: 🌐 Translations check
on:
pull_request:
paths: ["**.po", "**.pot", ".github/workflows/translation-check.yml"]
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
validate:
name: Validate translation files
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- 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