On 5/19/07, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote:
>
>
> A follow-up to this message from a bit over a month ago:
>
> http://groups.google.com/group/Django-I18N/browse_thread/thread/f3cd26dd912a73d1/
>
> Could the translators of the following locales
>
>         cy
>         es_AR
>         te
>         ca
>         pt
>         kn
>         zh_TW
>
> run "bin/compile-messages.py -l XX" (where XX = your locale) on a recent
> checkout and fix the errors that are reported.
>
> If somebody uses a string that has an error like this in it, their
> Django code will crash (and then they report it to the other mailing
> lists and we spend a while scratching our heads and wondering what is
> going wrong).
>
> Thanks,
> Malcolm
>
>
>
> >
>
Hi ,
I am the maintainer of telugu locale.
I ran the command bin/compile-messages.py -l te
I am getting some 18 errors .
All of them are of similar type .

A error message is given below.
/home/pavi/trunk/django/conf/locale/te/LC_MESSAGES/django.po:148: 'msgstr'
is not a valid Python format string, unlike 'msgid'. Reason: The character
that terminates the directive number 1 is not a valid conversion specifier.

I have checked the line nos 145-148 I couldn't understand where the error
exactly is .
Hence I am pasting the lines. Kindly someone look after the errors and tell
me how to rectify them
This is the line no 145-148
#: contrib/comments/models.py:242
#, python-format
msgid "%(score)d rating by %(user)s"
msgstr "%(score) కి     %(user)ల  రేటింగ్"



-- 
pavithran shakamuri
www.look-pavi.blogspot.com
mobile: 91-9885272195

--~--~---------~--~----~------------~-------~--~----~
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