Changes between Version 10 and Version 11 of UnicodeBranch
- Timestamp:
- May 14, 2007, 6:56:56 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UnicodeBranch
v10 v11 47 47 We also need to look at the i18n support functions (in django.utils.translation): 48 48 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). 50 50 * Look at rewriting gettext_lazy() so that it acts as a better string and unicode proxy. 51 51