Author: batiste.bieler
Date: Tue Apr 28 01:37:27 2009
New Revision: 480

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:37:27 2009
@@ -126,6 +126,12 @@
  A possible solution is to redefine `settings.LANGUAGES`. For example you  
can do :

  {{{
+# Default language code for this installation. All choices can be found  
here:
+# http://www.i18nguy.com/unicode/language-identifiers.html
+LANGUAGE_CODE = 'en-us'
+
+gettext_noop = lambda s: s
+
  # here is all the languages you want to be supported by the CMS
  PAGE_LANGUAGES = (
      ('de', gettext_noop('German')),

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to