#3704: Localization stuff & humanize improvements
-----------------------+----------------------------------------------------
Reporter: Baptiste | Owner: jacob
Status: new | Component: Uncategorized
Version: SVN | Keywords: internationalization, humanize
Stage: Unreviewed | Has_patch: 1
-----------------------+----------------------------------------------------
This patch fixes some strings that xgettext didn't like, and allows the
localisation of contrib.humanize. It adds also the option "--from-code
UTF-8" to the xgettext command line (in bin/make-messages.py), to solve a
little encoding issue.
This patch adds the support of exponents in contrib.humanize.ordinal.
{{{
{{ value|ordinal:True }}
}}}
will output :
{{{
1<sup>st</sup>
}}}
By default, no change, but that can be helpful.
--
Ticket URL: <http://code.djangoproject.com/ticket/3704>
Django Code <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
-~----------~----~----~----~------~----~------~--~---