Mercurial > p > roundup > code
diff CHANGES.txt @ 7788:a9bac0cb4019
feat: make msgfmt.py a simple CLI replacement for msgfmt(1)
Simplify testing .po files if the tester doesn't have access to GNU
gettest tools or doesn't want to install the python Babel package.
Also mentioned in developers.txt.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 06 Mar 2024 13:12:21 -0500 |
| parents | af6b577993f5 |
| children | f3ccaf9e2e03 |
line wrap: on
line diff
--- a/CHANGES.txt Tue Mar 05 13:03:46 2024 -0500 +++ b/CHANGES.txt Wed Mar 06 13:12:21 2024 -0500 @@ -121,7 +121,9 @@ document. (John Rouillard) - multiple scripts/... updates - Python3, linting, enhancements: weekly-report,schema-dump.py, roundup-reminder, copy-user.py, - dump_dbm_sessions_db.py, contributors.py (John Rouillard)c + dump_dbm_sessions_db.py, contributors.py (John Rouillard) +- roundup/msgfile.py can now be called as 'python msgfmt.py de.po de.mo' + to compile a translation file if msgfmt is missing. (John Rouillard) 2023-07-13 2.3.0
