I'm new to Python and Django. I want to start a Django multi langual project. I see that I should use gettext to translate the strings but I'm not getting how it works.
For example. My main language is Portuguese, and I need to translate to English and Chinese. What PO files I need, and how to get the files?
Sorry if the question is confusing.
Best Regards,