0
votes

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,

1

1 Answers

1
votes

"Overview of GNU gettext"

I recommend taking some time to read over the document that article is part of, the Python documentation for the gettext module, and the Django i18n and l10n documentation.