Author: adrian Date: 2007-09-13 09:37:22 -0500 (Thu, 13 Sep 2007) New Revision: 6123
Modified: django/trunk/django/conf/project_template/settings.py Log: Fixed #5395 -- Changed URL of all language codes in project_template/settings.py. Thanks, Jarek Zgoda and [EMAIL PROTECTED] Modified: django/trunk/django/conf/project_template/settings.py =================================================================== --- django/trunk/django/conf/project_template/settings.py 2007-09-13 08:36:04 UTC (rev 6122) +++ django/trunk/django/conf/project_template/settings.py 2007-09-13 14:37:22 UTC (rev 6123) @@ -24,7 +24,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' SITE_ID = 1 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
