* src/get_strings: Add coding line. Remove ^L chars.
svn: r2620
This commit is contained in:
parent
70cf938fe1
commit
8a5a9940ce
@ -1,6 +1,7 @@
|
|||||||
2004-01-09 Alex Roitman <shura@alex.neuro.umn.edu>
|
2004-01-09 Alex Roitman <shura@alex.neuro.umn.edu>
|
||||||
* src/plugins/rel_de.py: Update possible German locale list.
|
* src/plugins/rel_de.py: Update possible German locale list.
|
||||||
* src/const.py.in: Mark LDS status strings as translatable.
|
* src/const.py.in: Mark LDS status strings as translatable.
|
||||||
|
* src/get_strings: Add coding line. Remove ^L chars.
|
||||||
|
|
||||||
2004-01-08 Don Allingham <dallingham@users.sourceforge.net>
|
2004-01-08 Don Allingham <dallingham@users.sourceforge.net>
|
||||||
* src/docgen/PSDrawDoc.py: Scaleable shadow
|
* src/docgen/PSDrawDoc.py: Scaleable shadow
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
#! /usr/bin/env python
|
#! /usr/bin/env python
|
||||||
|
# -*- coding: iso-8859-1 -*-
|
||||||
|
#
|
||||||
# Originally written by Barry Warsaw <barry@zope.com>
|
# Originally written by Barry Warsaw <barry@zope.com>
|
||||||
#
|
#
|
||||||
# Minimally patched to make it even more xgettext compatible
|
# Minimally patched to make it even more xgettext compatible
|
||||||
@ -8,6 +10,8 @@
|
|||||||
# project by Don Allingham (dallingham@users.sourceforge.net)
|
# project by Don Allingham (dallingham@users.sourceforge.net)
|
||||||
#
|
#
|
||||||
|
|
||||||
|
# $Id$
|
||||||
|
|
||||||
"""pygettext -- Python equivalent of xgettext(1)
|
"""pygettext -- Python equivalent of xgettext(1)
|
||||||
|
|
||||||
Many systems (Solaris, Linux, Gnu) provide extensive tools that ease the
|
Many systems (Solaris, Linux, Gnu) provide extensive tools that ease the
|
||||||
@ -230,7 +234,6 @@ msgstr ""
|
|||||||
|
|
||||||
''')
|
''')
|
||||||
|
|
||||||
|
|
||||||
def usage(code, msg=''):
|
def usage(code, msg=''):
|
||||||
sys.stderr.write(_(__doc__) % globals())
|
sys.stderr.write(_(__doc__) % globals())
|
||||||
if msg:
|
if msg:
|
||||||
@ -239,7 +242,6 @@ def usage(code, msg=''):
|
|||||||
sys.exit(code)
|
sys.exit(code)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
escapes = []
|
escapes = []
|
||||||
|
|
||||||
def make_escapes(pass_iso8859):
|
def make_escapes(pass_iso8859):
|
||||||
|
Loading…
Reference in New Issue
Block a user