* various: Use TransUtils.sgettext instead of gettext.gettext to work out stripping the context.

svn: r6155
This commit is contained in:
Alex Roitman
2006-03-16 20:24:27 +00:00
parent 691dc6e757
commit 93add4967a
160 changed files with 183 additions and 184 deletions

View File

@@ -30,7 +30,7 @@ mechanism for the user to edit address information.
# Python modules
#
#-------------------------------------------------------------------------
from gettext import gettext as _
from TransUtils import sgettext as _
#-------------------------------------------------------------------------
#

View File

@@ -33,7 +33,7 @@ __version__ = "$Revision$"
# Python modules
#
#-------------------------------------------------------------------------
from gettext import gettext as _
from TransUtils import sgettext as _
#-------------------------------------------------------------------------
#

View File

@@ -25,7 +25,7 @@
# Python modules
#
#-------------------------------------------------------------------------
from gettext import gettext as _
from TransUtils import sgettext as _
try:
set()

View File

@@ -25,7 +25,7 @@
# Python modules
#
#-------------------------------------------------------------------------
from gettext import gettext as _
from TransUtils import sgettext as _
try:
set()

View File

@@ -26,7 +26,7 @@
#
#-------------------------------------------------------------------------
import cPickle as pickle
from gettext import gettext as _
from TransUtils import sgettext as _
#-------------------------------------------------------------------------
#

View File

@@ -38,7 +38,7 @@ import Utils
from _EditSecondary import EditSecondary
from GrampsWidgets import *
from gettext import gettext as _
from TransUtils import sgettext as _
#-------------------------------------------------------------------------
#

View File

@@ -25,7 +25,7 @@
# Standard python modules
#
#-------------------------------------------------------------------------
from gettext import gettext as _
from TransUtils import sgettext as _
import os
#-------------------------------------------------------------------------

View File

@@ -25,7 +25,7 @@
# Standard python modules
#
#-------------------------------------------------------------------------
from gettext import gettext as _
from TransUtils import sgettext as _
#-------------------------------------------------------------------------
#

View File

@@ -25,7 +25,7 @@
# Standard python modules
#
#-------------------------------------------------------------------------
from gettext import gettext as _
from TransUtils import sgettext as _
#-------------------------------------------------------------------------
#

View File

@@ -27,7 +27,7 @@
#-------------------------------------------------------------------------
import os
import locale
from gettext import gettext as _
from TransUtils import sgettext as _
from cgi import escape
#-------------------------------------------------------------------------

View File

@@ -26,7 +26,7 @@
#
#-------------------------------------------------------------------------
import cPickle as pickle
from gettext import gettext as _
from TransUtils import sgettext as _
import logging
log = logging.getLogger(".")

View File

@@ -20,7 +20,7 @@
# $Id$
from gettext import gettext as _
from TransUtils import sgettext as _
import DisplayState
import DateHandler

View File

@@ -25,7 +25,7 @@
# Python modules
#
#-------------------------------------------------------------------------
from gettext import gettext as _
from TransUtils import sgettext as _
try:
set()

View File

@@ -25,7 +25,7 @@
# Python modules
#
#-------------------------------------------------------------------------
from gettext import gettext as _
from TransUtils import sgettext as _
#-------------------------------------------------------------------------
#

View File

@@ -20,7 +20,7 @@
# $Id$
from gettext import gettext as _
from TransUtils import sgettext as _
import DisplayState
import Config

View File

@@ -25,7 +25,7 @@
# Python modules
#
#-------------------------------------------------------------------------
from gettext import gettext as _
from TransUtils import sgettext as _
import logging
log = logging.getLogger(".")

View File

@@ -25,7 +25,7 @@
# Python modules
#
#-------------------------------------------------------------------------
from gettext import gettext as _
from TransUtils import sgettext as _
try:
set()

View File

@@ -25,7 +25,7 @@
# python modules
#
#-------------------------------------------------------------------------
from gettext import gettext as _
from TransUtils import sgettext as _
from cgi import escape
#-------------------------------------------------------------------------