Module po

Module po 

Source
Expand description

tools to process gettext po/pot files

See spec

Structs§

PoDumper
PoEntry
PoParser

Enums§

Comment
A comment line
MsgStr
PoLine
A line in a .po file.

Functions§

dump_text_in_multi_lines 🔒
escape_c_str
Escapes a string according to C-style rules.
unescape_c_str
Unescapes a string that has been escaped C-style.