Changes between Version 10 and Version 11 of UnicodeBranch


Ignore:
Timestamp:
May 14, 2007, 6:56:56 AM (18 years ago)
Author:
Malcolm Tredinnick
Comment:

Status update.

Legend:

Unmodified
Added
Removed
Modified
  • UnicodeBranch

    v10 v11  
    4747We also need to look at the i18n support functions (in django.utils.translation):
    4848
    49  * Decide on usage of gettext() versus ugettext() in a number of places ('''Done'''. Recommended to use {{{ugettext()}}} and friends everywhere).
     49 * Decide on usage of gettext() versus ugettext() in a number of places ('''Done'''. Recommended to use {{{ugettext()}}} and friends everywhere. In [5230] this change has been made throughout the framework).
    5050 * Look at rewriting gettext_lazy() so that it acts as a better string and unicode proxy.
    5151
Back to Top