Skip to content

Check translations #132

Check translations

Check translations #132

name: Check translations
on:
pull_request:
paths:
- "l10n/**"
push:
paths:
- "l10n/**"
schedule:
- cron: "0 2 * * SUN"
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: sudo apt -y update && sudo apt -y install gettext
- name: Check translations
run: make check-translations