aboutsummaryrefslogtreecommitdiffstats
path: root/dist-tools/git-commit-po-updates.sh
Commit message (Collapse)AuthorAgeFilesLines
* git-commit-po-updates.sh: fix parameter name to avoid crash under set -uMatthias Andree2023-01-041-1/+1
|
* git-commit-po-updates.sh: Robustness fixes.Matthias Andree2020-08-271-5/+4
|
* Makefile.am, dist-tools: check for new translations in dist-hookMatthias Andree2020-08-271-0/+7
|
* Update scripts to handle new translations.Matthias Andree2020-06-141-19/+63
|
* Permit committing revised translations, and require -c or -n.Matthias Andree2020-05-051-13/+23
| | | | | | | | | Also consider PO-Revision-Date: for committed updates. Add a new mode "-c" for commit, and enforce that either that, or "-n" (dry-run) is given in any case. Rename $trl to $translator for clarity.
* Decode .po's author name to locale according to Content-Type header.Matthias Andree2019-09-051-8/+14
|
* dist-tools/git-commit-po-updates.sh updatesMatthias Andree2019-09-021-2/+26
| | | | | | - add copyright notice and license - add a terse documentation as header - add an option -n (dry-run) that only prints what would be done.
* Helper script to commit PO updates to Git.Matthias Andree2019-08-261-0/+43