Re: i18n of Django admin message "was changed successfully"

2011-09-30 Thread Ramiro Morales
On Thu, Sep 29, 2011 at 2:46 PM, Sergiy Kuzmenko wrote: > According to gettext manual[1] one can use \u to uppercase the next char. > But I have no idea whether "\u%(name)s" works. If it does not, a small patch > for Django admin to fix this would be nice. > [1] http://www.gnu.org/software/gettext

Re: i18n of Django admin message "was changed successfully"

2011-09-30 Thread Erik Wognsen
On Thu, Sep 29, 2011 at 19:46, Sergiy Kuzmenko wrote: > According to gettext manual[1] one can use \u to uppercase the next char. > But I have no idea whether "\u%(name)s" works. "\u" in my po-file gives me "invalid control sequence" when I compilemessages, whether "\u" is followed by "%(name)s