potool
Potool is a utility for manipulating
GNU gettext's po
files. It contains the main program potool, which lets you filter,
transform and merge .po files, as well as couple of scripts:
- poedit — which makes editing
.po files with "Your Favourite Editor"™
easier
- postats — for calculating translation progress
statistics
Potool was written by Zbigniew Chyla in 1999 in
C using bison and flex. It is currently maintained by Marcin Owsiany.
Documentation is available in the format of manual
pages:
- change-po-charset —
change the charset value in content-type header of a gettext po file
- poedit —
program to aid editing gettext po files
- postats —
summarize translation progress of gettext po files
- potool —
program for manipulating gettext po files
Tarballs with subsequent releases and information about
important changes will be made available on this page.
- 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: 2009-09-26 11:33:41 UTC