* src/Reorder.py: cleanup
* src/TransUtils.py: cleanup * src/TipOfDay.py: cleanup * src/SubstKeywords.py: cleanup * src/Utils.py: cleanup * src/soundex.py: cleanup * src/Sort.py: cleanup 2007-09-09 Don Allingham <don@gramps-project.org> svn: r8955
This commit is contained in:
@@ -20,9 +20,13 @@
|
||||
|
||||
# $Id$
|
||||
|
||||
"""
|
||||
Provides translation assistance
|
||||
"""
|
||||
|
||||
from gettext import gettext
|
||||
|
||||
def sgettext(msgid,sep='|'):
|
||||
def sgettext(msgid, sep='|'):
|
||||
"""
|
||||
Strip the context used for resolving translation ambiguities.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user