potool
Potool
is a utility for manipulating
GNU gettext's po
files. It contains:
- potool —
the main program, which lets you filter, transform and merge .po files
- poedit —
which makes editing .po files with "Your Favourite Editor"™ easier
- postats —
for calculating translation progress statistics
- change-po-charset —
change the charset value in content-type header of a gettext po file
Potool was written by Zbigniew Chyla in 1999 in
C using bison and flex. It is currently maintained by Marcin Owsiany.
The
source code is in the Git repository at https://github.com/porridge/potool.
Tarballs with subsequent releases and information about
important changes are also be made available at this page.
- potool-0.19.tar.gz —
fixed a warning about extern variable declaration
- potool-0.18.tar.gz —
fixed warnings about deprecated glib function and bison directive
- potool-0.17.tar.gz —
made it possible to specify a custom pkg-config path for cross-building
- potool-0.16.tar.gz —
added an option to preseve original string wrapping
- potool-0.15.tar.gz —
fixed poedit on files containing obsolete entries
- potool-0.14.tar.gz —
potool no longer aborts and dumps
core on error, just exits 1; fixed build with more recent bison
- potool-0.13.tar.gz —
added support for "previous" msgctxt, msgid, msgid_plural in
fuzzy entries; fixed filtering of obsolete entries; improved parsing error
reporting.
- potool-0.12.tar.gz —
fixed the program linking
rule
- potool-0.11.tar.gz —
added checks for return codes of functions
which write to the filesystem; temporary file handling changes: added ".po"
extension and fixed cleanup
- potool-0.10.tar.gz — added header editing support to poedit, as well as
charset recoding support, to avoid mixing encoding in some cases;
functionality of postats1 merged into postats; cleaned up documentation and
made it available as manpages
- potool-0.9.tar.gz — a few fixes to properly support plural forms when
filtering, msgid copying and merging files
- potool-0.8.tar.gz — fixed a segfault when filtering
plural entries
- potool-0.7.tar.gz — finally supporting plural forms!
- potool-0.6.tar.gz —
updated "sort" invocation
syntax
- potool-0.5.tar.gz — doesn't choke on obsolete
entries with comments
- potool-0.4.tar.gz — fixed copying comments when
merging files
- potool-0.3.tar.gz — fixed missing stdlib.h
include
- potool-0.2.tar.gz
Last modification of this page: 2020-05-11 22:03:30 UTC