Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | git-commit-po-updates.sh: fix parameter name to avoid crash under set -u | Matthias Andree | 2023-01-04 | 1 | -1/+1 |
| | |||||
* | git-commit-po-updates.sh: Robustness fixes. | Matthias Andree | 2020-08-27 | 1 | -5/+4 |
| | |||||
* | Makefile.am, dist-tools: check for new translations in dist-hook | Matthias Andree | 2020-08-27 | 1 | -0/+7 |
| | |||||
* | Update scripts to handle new translations. | Matthias Andree | 2020-06-14 | 1 | -19/+63 |
| | |||||
* | Permit committing revised translations, and require -c or -n. | Matthias Andree | 2020-05-05 | 1 | -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 Andree | 2019-09-05 | 1 | -8/+14 |
| | |||||
* | dist-tools/git-commit-po-updates.sh updates | Matthias Andree | 2019-09-02 | 1 | -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 Andree | 2019-08-26 | 1 | -0/+43 |