Author: batiste.bieler
Date: Tue Apr 28 01:39:06 2009
New Revision: 481
Modified:
wiki/InstallDjangoPageCMS.wiki
Log:
Edited wiki page through web user interface.
Modified: wiki/InstallDjangoPageCMS.wiki
==============================================================================
--- wiki/InstallDjangoPageCMS.wiki (original)
+++ wiki/InstallDjangoPageCMS.wiki Tue Apr 28 01:39:06 2009
@@ -130,6 +130,8 @@
# http://www.i18nguy.com/unicode/language-identifiers.html
LANGUAGE_CODE = 'en-us'
+# This is defined here as a do-nothing function because we can't import
+# django.utils.translation -- that module depends on the settings.
gettext_noop = lambda s: s
# here is all the languages you want to be supported by the CMS
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pinax-updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/pinax-updates?hl=en
-~----------~----~----~----~------~----~------~--~---