Closed AdWEm closed 7 months ago
Hello, In the latest version of this project, internationalization can already be easily achieved through local.
The method is as follows: Copy a copy of the local/en folder, such as local/po, and then translate the files locally.
Meanwhile, modify the settings. py file to:
LANGUAGES=(
('zh hans', 'Simplified Chinese'),
('en ',' English '),
('po ',' Polish'),
)
Finally, if your attempt is successful, you can submit a PR. If the attempt fails, you can contact me and I will join support.
It seems that you have already done some localization work. It should be that some models have not completed internationalization support, please look forward to future versions.
Good morning. The English translation does not include the Admin Panel tab. Below is an example screenshot. Translation is also missing in other places. Regards.
Good morning. I translate descriptions into Polish. Unfortunately, I can't find a place where there are subtitles from the Administration tab, for example such as:
In several other places.
Can I ask for help on this matter? Thank you and best regards.