/[opental]/opental/PlacelessTranslationService/PlacelessTranslationService.py
ViewVC logotype

Diff of /opental/PlacelessTranslationService/PlacelessTranslationService.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by lalo, Thu Jan 16 23:15:43 2003 UTC revision 1.4 by lalo, Mon Jan 20 23:40:47 2003 UTC
# Line 110  class PlacelessTranslationService(Simple Line 110  class PlacelessTranslationService(Simple
110          for name in catalog_names:          for name in catalog_names:
111              catalog = self._data[name]              catalog = self._data[name]
112              try:              try:
113                  text = catalog.queryMessage(msgid, default)                  text = catalog.getMessage(msgid, default)
114                  break                  break
115              except KeyError:              except KeyError:
116                  # it's not in this catalog, try the next one                  # it's not in this catalog, try the next one

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26