#16349: Wrong date input format for Brazilian localization
-------------------------------------+-------------------------------------
Reporter: | Owner: nobody
semente+django@… | Status: new
Type: Bug | Component:
Milestone: | Internationalization
Version: 1.3 | Severity: Normal
Resolution: | Keywords: l10n, pt-br
Triage Stage: Ready for | Has patch: 1
checkin | Needs tests: 0
Needs documentation: 0 | Easy pickings: 1
Patch needs improvement: 0 |
UI/UX: 0 |
-------------------------------------+-------------------------------------
Comment (by anonymous):
Those patches are still incomplete. DATE_FORMAT and DATETIME_FORMAT remain
incorrect. They should use "F", instead of "N", for month names,
{{{
DATE_FORMAT = r'j \de F \de Y'
DATETIME_FORMAT = r'j \de F \de Y à\s H:i'
}}}
See http://en.wikipedia.org/wiki/Date_and_time_notation_in_Brazil. Also
see django.conf.locale.pt.formats, the European Portuguese module, which
already use those formats. In Brazil, month names are not abbreviated.
--
Ticket URL: <https://code.djangoproject.com/ticket/16349#comment:8>
Django <https://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.