开发者

django dynamic translate on AppEngine

开发者 https://www.devze.com 2023-01-14 04:09 出处:网络
I need dynamic translation in django on AppEngine. I found nice django modul for dynamic translations: django-rosetta, but it open files (django.po...) and it 开发者_运维百科is not allowed on AppEngi

I need dynamic translation in django on AppEngine.

I found nice django modul for dynamic translations: django-rosetta, but it open files (django.po...) and it 开发者_运维百科is not allowed on AppEngine.

Exist some other translate modul where is compatibile (or with small fix) with AppEngine?

Thanks. Martin


There is a rosettaappengine Github project that should help you to get django-rosetta to work in GAE. The process seems a bit complicated though.

0

精彩评论

暂无评论...
验证码 换一张
取 消