abouttreesummaryrefslogcommitdiff
path: root/.github/workflows/check-translations.yml
AgeCommit message (Collapse)AuthorFilesLines
2025-07-02ci: Disable translation checkJules Aguillon1-16/+0
The translation check is creating conflicts with changes done on Weblate and is superfluous.
2024-02-18CI: Improve layout and store description checks (#565)Jules Aguillon1-2/+2
* CI: Run 'check_layout.py' Ensures that 'check_layout.output' is not outdated. Also, update it. * CI: Check new store descriptions When a store description is added, 'python3 sync_translations.py' leaves an untracked file that is not checked. This makes sure that untracked store descriptions are noticed in CI.
2024-02-07CI: Update to node.js-20 (#546)Rapha1-1/+1
2022-11-26Make sure translation are in syncJules Aguillon1-0/+16
The new script makes sure that strings files don't contain obsolete strings but also ease the job of contributors by adding missing translations as comments. A Github Action ensures that translations stay in sync over time.