[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/locales/extract.py 'zope' is default translation domain

Dmitry Vasiliev dima at hlabs.spb.ru
Wed Mar 23 07:18:04 EST 2005


Log message for revision 29650:
  'zope' is default translation domain
  

Changed:
  U   Zope3/trunk/src/zope/app/locales/extract.py

-=-
Modified: Zope3/trunk/src/zope/app/locales/extract.py
===================================================================
--- Zope3/trunk/src/zope/app/locales/extract.py	2005-03-23 09:39:29 UTC (rev 29649)
+++ Zope3/trunk/src/zope/app/locales/extract.py	2005-03-23 12:18:04 UTC (rev 29650)
@@ -375,7 +375,7 @@
     # When the Domain is 'default', then this means that none was found;
     # Include these strings; yes or no?
     if include_default_domain:
-        catalog.update(engine.catalog['default'])
+        catalog.update(engine.catalog['zope'])
     for msgid, locations in catalog.items():
         catalog[msgid] = map(lambda l: (l[0], l[1][0]), locations)
     return catalog



More information about the Zope3-Checkins mailing list