Module fpo
source code
Classes for the support of Gettext .po and .pot files.
This implementation assumes that cpo is working. This should not be
used directly, but can be used once cpo has been established to work.
|
lsep = " "
Seperator for #: entries
|
|
basic_header = r'''msgid...
|
Imports:
re,
copy,
cStringIO,
urllib,
data,
multistring,
pocommon,
base,
cpo,
poparser,
encodingToUse
basic_header
- Value:
r'''msgid ""
msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
'''
|
|