Author: mtredinnick Date: 2007-10-21 11:20:02 -0500 (Sun, 21 Oct 2007) New Revision: 6581
Modified: django/trunk/django/conf/global_settings.py Log: Changed the location of language codes to match the project settings file from [6123]. Modified: django/trunk/django/conf/global_settings.py =================================================================== --- django/trunk/django/conf/global_settings.py 2007-10-21 15:48:40 UTC (rev 6580) +++ django/trunk/django/conf/global_settings.py 2007-10-21 16:20:02 UTC (rev 6581) @@ -30,7 +30,7 @@ TIME_ZONE = 'America/Chicago' # Language code for this installation. All choices can be found here: -# http://www.w3.org/TR/REC-html40/struct/dirlang.html#langcodes +# http://www.i18nguy.com/unicode/language-identifiers.html LANGUAGE_CODE = 'en-us' # Languages we provide translations for, out of the box. The language name --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django 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/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
