POEDIT(1) | General Commands Manual | POEDIT(1) |
poedit - program to aid editing gettext po files
poedit [-a] [-p] [-n] <file.po>
potooledit [-a] [-p] [-n] <file.po>
poedit is a shell script, which uses potool(1), iconv(1) and your favourite editor to help you edit gettext po files.
It first retrieves only the untranslated entries from the file (or, if -a is specified, reorders the entries so that the translated ones are grouped separately from the untranslated ones) and puts them into a temporary file. Then recodes the file to the charmap of your current locale, and runs your favourite editor on the temporary file so you can add new translations. After you have finished, it recodes the file back to the original charset and merges the new translations back into the original file.
poedit is also known as potooledit on Debian systems, to avoid a name clash with an unrelated program of the same name.
By default, the program re-wraps lines in all strings in the edited file. See the -p option.
potool(1), postats(1), locale charmap(1), msgmerge(1), msgfmt(1).
Poedit was written by Zbigniew Chyla and is now being maintained by Marcin Owsiany <porridge@debian.org>.
September 15, 2012 |