Skip to content

feat: compute stats for the main material of the packaging #7309

feat: compute stats for the main material of the packaging

feat: compute stats for the main material of the packaging #7309

name: Translations check
on:
pull_request:
paths: ["**.po", "**.pot", ".github/workflows/translation-check.yml"]
jobs:
validate:
name: Validate translation files
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- 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