#22633: LANGUAGE_CODE should be automatically set based on system locale
--------------------------------------+------------------------------------
     Reporter:  hakanw                |                    Owner:  nobody
         Type:  New feature           |                   Status:  new
    Component:  Internationalization  |                  Version:  master
     Severity:  Normal                |               Resolution:
     Keywords:                        |             Triage Stage:  Accepted
    Has patch:  0                     |      Needs documentation:  0
  Needs tests:  0                     |  Patch needs improvement:  0
Easy pickings:  0                     |                    UI/UX:  0
--------------------------------------+------------------------------------
Changes (by russellm):

 * version:  1.6 => master
 * stage:  Unreviewed => Accepted


Comment:

 Sounds like a good idea to me - having correct localization would be a
 good OOTB behaviour for non-US users.

 From an implementation perspective - the end user should get a settings.py
 file with the "right" locale, not a settings.py file with logic that calls
 out to the environment. We also need to make sure it works on non *nix
 platforms (esp window), and falls back appropriately to en-us when no data
 is available.

 Agreed that the timezone thing should be a separate ticket; similar rules
 would apply for that implementation.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/22633#comment:2>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/064.9b5009662c416994292fd544a6782746%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to