Oh.. I removed all python-format... but I ran make-messages ;))

You have the catalan translation updated on #4347, be aware that I
moved from ISO-8859-1 to UTF-8 so maybe there's something screwed up,
I checked the file locally and played with it a bit and everything
seems fine.

On 5/20/07, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote:
> You should never remove the "python-format" attribute, because that is
> what xgettext uses to check for errors in format strings. That attribute
> is put against every msgid that has a "%(xyz)s" or "%s" format string in
> it. Gettext needs to know if it is a Python format string or a C format
> string or Lisp format string or whatever.
>
> If you inadvertently remove the python-format marker, it will be put
> back the next time you run make-messages.py anyway, so it's not a
> complete disaster, but it will prevent some errors from being caught.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django I18N" group.
To post to this group, send email to Django-I18N@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Django-I18N?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to