Added a lot of missing strings and fixed some in FR localization #32
Workflow file for this run
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 locale | |
on: | |
pull_request: | |
branches: | |
- main | |
paths: | |
- 'localization/**' | |
- ".github/workflows/check_locale.yml" | |
jobs: | |
check_translation: | |
name: Check translation | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v3 | |
- name: Install gettext | |
run: | | |
sudo apt-get update | |
sudo apt-get install -y gettext | |
- name: Check translation format | |
run: | | |
./run_gettext.sh |