aboutsummaryrefslogtreecommitdiffstats
path: root/build/translation-checker.php
Commit message (Collapse)AuthorAgeFilesLines
* fix(l10n): Fix list of RTL languagesbugfix/noid/fix-rtl-language-listJoas Schilling2024-09-271-1/+0
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* ci: Restrict RTL characters to RTL languagesJoas Schilling2024-09-231-0/+35
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(CI): Add a check that all server apps are translatedJoas Schilling2024-08-201-4/+17
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* chore: Add SPDX headerAndy Scherzinger2024-05-131-17/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* Add debug flag to the translation checkerJoas Schilling2022-06-071-1/+13
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Only check translations insteda of the full fileJoas Schilling2021-04-201-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add a check for the pipe characterJoas Schilling2021-04-201-0/+5
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Make translation-checker.php less verbose.Daniel Kesselberg2020-07-151-8/+5
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Loop over the apps directory and add the taskJoas Schilling2017-04-251-23/+11
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Check whether we can json decode the translationsJoas Schilling2017-04-251-0/+81
Signed-off-by: Joas Schilling <coding@schilljs.com>