#12309: New format character to represent alternative locale-specifc month names
-------------------------------------------+--------------------------------
Reporter: shell_dweller | Owner: shell_dweller
Status: closed | Milestone: 1.2
Component: Internationalization | Version:
Resolution: fixed | Keywords: date, template,
i18n
Stage: Unreviewed | Has_patch: 1
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
-------------------------------------------+--------------------------------
Changes (by shell_dweller):
* status: assigned => closed
* has_patch: 0 => 1
* resolution: => fixed
Comment:
== Change summary (patch explanation) ==
Added new date format character "E" to cater to specific locales where "F"
is not enough. Updated Russian and Ukrainian translation files to be able
to use the new format.
== Sample usage ==
Format "j E Y" will produce outputs similar to the following:
* in Russian: "5 декабря 2009"
* in Ukrainian: "5 грудня 2009"
Here month names are grammatically correct in genitive instead of
nominative as generated by "F".
== Further actions ==
If the patch is committed I will go ahead and will update documentation. I
will also notify i18n list. Other locales may benefit from this as well (I
know that Polish uses the same grammatical construction for full dates).
--
Ticket URL: <http://code.djangoproject.com/ticket/12309#comment:2>
Django <http://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 post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.