aboutsummaryrefslogtreecommitdiffstats
path: root/build/translation-checker.php
Commit message (Collapse)AuthorAgeFilesLines
* 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>