#35470 closed Cleanup/optimization (fixed)
Separate i18n and l10n globalization settings into two sublists.
Reported by: | Lufafa Joshua | Owned by: | Lufafa Joshua |
---|---|---|---|
Component: | Documentation | Version: | 5.0 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
from this discussion https://github.com/django/django/pull/18028#discussion_r1567427192
Change History (8)
comment:1 by , 6 months ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 6 months ago
Type: | Uncategorized → Cleanup/optimization |
---|
comment:3 by , 6 months ago
Component: | Uncategorized → Documentation |
---|---|
Triage Stage: | Unreviewed → Accepted |
comment:5 by , 5 months ago
Triage Stage: | Accepted → Ready for checkin |
---|
comment:7 by , 5 months ago
This change is needs to be backported to stable/5.1.x
to fix this docs build error:
writing output... [100%] topics/testing/tools /home/nessita/fellowship/django/docs/topics/i18n/formatting.txt:92: WARNING: undefined label: 'settings-l10n' /home/nessita/fellowship/django/docs/topics/i18n/formatting.txt:139: WARNING: undefined label: 'settings-l10n' generating indices... genindex py-modindex done
I will do so now, since this is needed since 3d55f2966d6821fd1fd29d90d1d07c195ae8c2cc.
Note:
See TracTickets
for help on using tickets.
Thank you! I agree that, separating Globalization (i18n/l10n) settings between those that may overriding by locale formats and those that don't, is a nice clarification👍