문제

I try to use Zinnia with Django-CMS but I can't figure out how could i use my native language in it. I know it's translated, there is a directory in zinnia's locale folder.

도움이 되었습니까?

해결책

first you need to have the LANGUAGE_CODE setting to your native language and activated the Django i18n mechanism.

Then if Zinnia has a translation for your language, it will be used.

If not, you can contribute on the Transifex page for adding your translation, which will be included in the next releases.

https://www.transifex.com/projects/p/django-blog-zinnia/resource/djangopo/

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top