diff options
Diffstat (limited to 'po/xgettext_sh.py')
-rwxr-xr-x | po/xgettext_sh.py | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/po/xgettext_sh.py b/po/xgettext_sh.py index 6e5dddc..80674b3 100755 --- a/po/xgettext_sh.py +++ b/po/xgettext_sh.py @@ -73,18 +73,7 @@ def print_header(): print '"Language-Team: LANGUAGE <LL@li.org>\\n"' print '"MIME-Version: 1.0\\n"' print '"Content-Type: text/plain; charset=CHARSET\\n"' - print '"Content-Transfer-Encoding: 8bit\\n"\n' - print '#. all the letters that are a "yes" reply to yes/no questions' - print 'msgid "yY"' - print 'msgstr ""' - print '' - print '#. all the letters that are a "no" reply to yes/no questions' - print 'msgid "nN"' - print 'msgstr ""' - print '' - print '#. all the letters that are a "continue" reply to yes/no/continue questions' - print 'msgid "cC"' - print 'msgstr ""' + print '"Content-Transfer-Encoding: 8bit\\n"' print '' def print_pot(): |