1SWAPPO(1) SWAPPO(1)
2
3
4
6 swappo - swap msgid and msgstr fields in a PO file
7
9 swappo [filename.po]
10
11
13 swappo reads the given PO-file and swaps the msgid and msgstr fields
14 for every message. The result is a new PO-file that translates in the
15 opposite direction. For example, if PO-file translates from English to
16 French, the new PO-file will translate from French to English.
17
18
19 The new PO-file will be written to standard output. The old PO-file
20 will remain untouched.
21
22
23 This utility is part of the KDE Software Development Kit
24
25
27 po2xml(1), split2po(1), transxx(1), xml2pot(1)
28
29
31 The PO-XML tools were written by Stephan Kulow <coolo@kde.org>
32
33
34 This manual page was prepared by Ben Burton<bab@debian.org>
35
36
38 Ben Burton.
39
40
41
42 April 7, 2003 SWAPPO(1)