Move gettext, ngettext and sgettext calls into the new ggettext module. All of them return unicode all of the time.

svn: r14091
This commit is contained in:
Brian Matherly
2010-01-18 04:42:17 +00:00
parent 1b8706eaf1
commit f04880ec09
495 changed files with 600 additions and 604 deletions
po/test
src
Assistant.pyBookmarks.pyColumnOrder.pyDateEdit.pyDisplayState.pyExportAssistant.pyExportOptions.py
Filters
Rules
Event
Family
MediaObject
Note
Person
Place
Repository
Source
_ChangedSinceBase.py_Everything.py_HasAttributeBase.py_HasEventBase.py_HasGalleryBase.py_HasGrampsId.py_HasLDSBase.py_HasMarkerBase.py_HasNoteBase.py_HasNoteRegexBase.py_HasNoteSubstrBase.py_HasReferenceCountBase.py_HasSourceBase.py_HasTextMatchingSubstringOf.py_IsPrivate.py_MatchesFilterBase.py_RegExpIdBase.py_Rule.py
SideBar
_FilterParser.py_FilterStore.py_SearchBar.py
GrampsAboutDialog.pyGrampsCfg.py
GrampsLogger
LdsUtils.py
Merge
Mime
PlaceUtils.py
PluginUtils
QuestionDialog.pyQuickReports.pyRelationship.pyReorder.py
ReportBase
ScratchPad.py
Simple
Spell.pyTipOfDay.pyToolTips.pyTransUtils.pyUndoHistory.pyUtils.py
cli
config.py
docgen
gen
gui
plugins
BookReport.pyRecords.py
docgen
drawreport
export
gramplet
graph
import
lib
mapservices
quickview
textreport
tool
view
webreport

@@ -29,8 +29,8 @@ Relationship View
# Python modules
#
#-------------------------------------------------------------------------
from TransUtils import sgettext as _
from gettext import ngettext
from gen.ggettext import sgettext as _
from gen.ggettext import ngettext
import cgi
#-------------------------------------------------------------------------