You can generate a PO file using "./manage.py makemessages -a" from
within the reviewboard tree. This will generate locale/en/django.po. I
think that if there are more locales in the list, it will also
generate PO files for those, too. To compile these into .mo catalogs,
you can use "./manage.py compilemessages"

Note that we've done our best to mark strings, but we know there's
still things which aren't translatable. Getting a partial translation
would be a great step towards figuring out what more needs to be done.

-David



On Tue, Jan 5, 2010 at 8:44 PM, JohnHenry <qhlonl...@163.com> wrote:
> Hi, every body.
>   I noticed that Reviewboard has prepared the i18n. It set some hard-
> coding info like {% trans "str" %} , But in settings.py , USE_I18N =
> False and LANGUAGES as English. Then when will reviewboard support
> other languages? If I do it myself, and I don't want to edit the "po"
> file myself, Has Reviewboard provided the "po" file so that I can edit
> local_strings in this file and use it directly in my Reviewboard?
>
> Best Regards!
>
> --
> Want to help the Review Board project? Donate today at 
> http://www.reviewboard.org/donate/
> Happy user? Let us know at http://www.reviewboard.org/users/
> -~----------~----~----~----~------~----~------~--~---
> To unsubscribe from this group, send email to 
> reviewboard+unsubscr...@googlegroups.com
> For more options, visit this group at 
> http://groups.google.com/group/reviewboard?hl=en
>
-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~----------~----~----~----~------~----~------~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

Reply via email to