On Mon, 2007-04-09 at 15:08 +0530, pavithran wrote: [...] > > I am the maintainer of the locale te > While I do compilation I get only 3 warnings. > > $ bin/make-messages.py -l te > processing language te > errors happened while running xgettext on doc.py [... snipped ...]
> > I am unable to correct the warnings ...I hope someone would help me > with correction of the warnings .. It looks like you are not using an up-to-date checkout of the code. Those warnings were all fixed a while ago (and they're just warnings, not errors). However, the problem I was pointing to in my original post is shown when you run compile-messages.py (not make-messages.py). So, please ensure that (a) you are running the latest subversion checkout of the code. When you run "svn update" it should report that you are at something like revision 4970, which is the latest as I type this sentence. (b) That you also look at the error messages returned by running bin/compile-messages.py -l te, which shows a *lot* of errors where you have not copied the format strings correct (anything that looks like "% s" or "%(something)s" has to be copied precisely and the 's' may be a 'd' or 'x' or 'i', possibly). Regards, Malcolm --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django I18N" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---
