Ticket #4863: language_code_gone.diff

File language_code_gone.diff, 1.1 KB (added by Thomas Güttler <hv@…>, 17 years ago)
  • django/conf/global_settings.py

     
    3030
    3131# Language code for this installation. All choices can be found here:
    3232# http://www.w3.org/TR/REC-html40/struct/dirlang.html#langcodes
    33 # http://blogs.law.harvard.edu/tech/stories/storyReader$15
     33# http://babelwiki.babelzilla.org/index.php?title=Language_codes
    3434LANGUAGE_CODE = 'en-us'
    3535
    3636# Languages we provide translations for, out of the box. The language name
  • django/conf/project_template/settings.py

     
    2525
    2626# Language code for this installation. All choices can be found here:
    2727# http://www.w3.org/TR/REC-html40/struct/dirlang.html#langcodes
    28 # http://blogs.law.harvard.edu/tech/stories/storyReader$15
     28# http://babelwiki.babelzilla.org/index.php?title=Language_codes
    2929LANGUAGE_CODE = 'en-us'
    3030
    3131SITE_ID = 1
Back to Top