Opened 4 years ago
Closed 4 years ago
#32448 closed Bug (invalid)
Django 3.1 and Django 3.0 Internationalization and localization
Reported by: | sahin | Owned by: | nobody |
---|---|---|---|
Component: | Uncategorized | Version: | 3.1 |
Severity: | Normal | Keywords: | localization, activate |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
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')
Note:
See TracTickets
for help on using tickets.
Please don't use Trac as a support channel. Closing per TicketClosingReasons/UseSupportChannels.