#2062 closed enhancement (fixed)
[patch] new technical messages for year+month and month+day literals i18n
Reported by: | Ramiro Morales | Owned by: | hugo |
---|---|---|---|
Component: | Internationalization | Version: | |
Severity: | normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
This patch adds two new technical message IDs: YEAR_MONTH_FORMAT and MONTH_DAY_FORMAT so the
occurrences of date-related literals where only the a) year and month or b) month and day
respectively are relevant can be fully localized by the translators. One (the only by now?)
of these cases is the automatic Django admin app breadcrum-like feature that gets activated
by the 'date_hierarchy' Admin option.
This patch only adds the base Django code. I will open another ticket with the patches
for the admin app.
See also #1345
--
Regards
Attachments (2)
Change History (5)
by , 18 years ago
Attachment: | partial_date_formats.diff added |
---|
by , 18 years ago
Attachment: | new_tech_mess_ids.diff added |
---|
conf/locale/en/LC_MESSAGES/django.po mods (kust adds two new transalatable strings)
comment:1 by , 18 years ago
Type: | defect → enhancement |
---|
comment:2 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Patch w/o the conf/locale/en/LC_MESSAGES/django.po changes