#32448: Django 3.1 and Django 3.0 Internationalization and localization
-------------------------------------+-------------------------------------
Reporter: | Owner: nobody
electrocoder |
Type: Bug | Status: new
Component: | Version: 3.1
Uncategorized | Keywords: localization,
Severity: Normal | activate
Triage Stage: | Has patch: 0
Unreviewed |
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
-------------------------------------+-------------------------------------
Although all the settings files are done as described in the document,
meaningless multi-language change cannot be activated.
Sample:
from django.utils.translation import activate, get_language_info
activate('en')
http://localhost:8000/tr/
http://localhost:8000/en/
--
Ticket URL: <https://code.djangoproject.com/ticket/32448>
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 view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/055.c671c2376410b0d3a176fabc42a53c97%40djangoproject.com.