aboutsummaryrefslogtreecommitdiffstats
path: root/po/xgettext_sh.py
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2003-08-17 17:22:18 +0000
committerPablo Saratxaga <pablo@mandriva.com>2003-08-17 17:22:18 +0000
commit7f3bcdf586e61610bee0ad9be06f2cd0dcf3364a (patch)
tree39f5c41a75bda9663a26d1ca48d571e190ce90fd /po/xgettext_sh.py
parent068a17e7ab26b9c324842d6e0d3617c66c99ff67 (diff)
downloadbootsplash-7f3bcdf586e61610bee0ad9be06f2cd0dcf3364a.tar
bootsplash-7f3bcdf586e61610bee0ad9be06f2cd0dcf3364a.tar.gz
bootsplash-7f3bcdf586e61610bee0ad9be06f2cd0dcf3364a.tar.bz2
bootsplash-7f3bcdf586e61610bee0ad9be06f2cd0dcf3364a.tar.xz
bootsplash-7f3bcdf586e61610bee0ad9be06f2cd0dcf3364a.zip
Added Vietnamese file;
removed the useless msgid lines in the pot file
Diffstat (limited to 'po/xgettext_sh.py')
-rwxr-xr-xpo/xgettext_sh.py13
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():