pyg3t Development Plans ======================= Later to be renamed "README" Overview ======== * gtpp -- print po-files, formatting according to specified rules * gtgrep -- print entries with msgstr/msgid matching a pattern * gtfilter -- print entries with specified properties * podiff -- compare po-files entry by entry * poabc -- print warnings for heuristically suspected errors in translations * gtparse -- backend for parsing po-files and python scripting Examples ======== Write all translated entries in pofile.po, for which the msgid contains the string hello, to standard out with syntax highligting: $ gtfilter --translated pofile.po | gtgrep --msgid hello | gtpp --colors