[Checkins] SVN: zope.i18n/trunk/src/zope/i18n/tests/locale/ Removed unneeded __init__.py files and update test catalog to allow actual translation testing.

Hanno Schlichting plone at hannosch.info
Sat Apr 26 05:22:32 EDT 2008


Log message for revision 85752:
  Removed unneeded __init__.py files and update test catalog to allow actual translation testing.
  

Changed:
  D   zope.i18n/trunk/src/zope/i18n/tests/locale/__init__.py
  U   zope.i18n/trunk/src/zope/i18n/tests/locale/en/LC_MESSAGES/zope-i18n.mo
  U   zope.i18n/trunk/src/zope/i18n/tests/locale/en/LC_MESSAGES/zope-i18n.po
  D   zope.i18n/trunk/src/zope/i18n/tests/locale/en/__init__.py

-=-
Deleted: zope.i18n/trunk/src/zope/i18n/tests/locale/__init__.py
===================================================================
--- zope.i18n/trunk/src/zope/i18n/tests/locale/__init__.py	2008-04-26 09:19:17 UTC (rev 85751)
+++ zope.i18n/trunk/src/zope/i18n/tests/locale/__init__.py	2008-04-26 09:22:31 UTC (rev 85752)
@@ -1,2 +0,0 @@
-#
-# This file is necessary to make this directory a package.

Modified: zope.i18n/trunk/src/zope/i18n/tests/locale/en/LC_MESSAGES/zope-i18n.mo
===================================================================
(Binary files differ)

Modified: zope.i18n/trunk/src/zope/i18n/tests/locale/en/LC_MESSAGES/zope-i18n.po
===================================================================
--- zope.i18n/trunk/src/zope/i18n/tests/locale/en/LC_MESSAGES/zope-i18n.po	2008-04-26 09:19:17 UTC (rev 85751)
+++ zope.i18n/trunk/src/zope/i18n/tests/locale/en/LC_MESSAGES/zope-i18n.po	2008-04-26 09:22:31 UTC (rev 85752)
@@ -8,8 +8,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 
 msgid "New Domain"
-msgstr "New Domain"
+msgstr "New Domain translated"
 
 msgid "New Language"
-msgstr "New Language"
-
+msgstr "New Language translated"

Deleted: zope.i18n/trunk/src/zope/i18n/tests/locale/en/__init__.py
===================================================================
--- zope.i18n/trunk/src/zope/i18n/tests/locale/en/__init__.py	2008-04-26 09:19:17 UTC (rev 85751)
+++ zope.i18n/trunk/src/zope/i18n/tests/locale/en/__init__.py	2008-04-26 09:22:31 UTC (rev 85752)
@@ -1,2 +0,0 @@
-#
-# This file is necessary to make this directory a package.



More information about the Checkins mailing list