problem solved.. it lies on the django.po
i havent remove the #, fuzzy mark.. thats why its not translated link: http://groups.google.com/group/django-users/browse_thread/thread/e8476fa11cefc2b7 Notice that the message in question is marked as "fuzzy". That means the translation does not quite match the source string. I cannot read Chinese well enough to know if the string is at all close, but one obvious difference is that the source string contains a "%d" format marker whilst the translation contains a "%s" marker. By default, fuzzy translations are not included in the output. A translator has to check each one, verify it is correct (or correct it) and remove the fuzzy comment. Then the result will be include in the MO file. You may wish to update the file and submit a diff of the changes to Trac so that it can be committed. Thanks for the group.. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" 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-users?hl=en -~----------~----~----~----~------~----~------~--~---

