Opened 3 years ago

Closed 3 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')

http://localhost:8000/tr/
http://localhost:8000/en/

Change History (1)

comment:1 by Mariusz Felisiak, 3 years ago

Resolution: invalid
Status: newclosed

Please don't use Trac as a support channel. Closing per TicketClosingReasons/UseSupportChannels.

Note: See TracTickets for help on using tickets.
Back to Top