Dingo
Dingo

Reputation: 2706

django dynamic translate on AppEngine

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

Upvotes: 3

Views: 374

Answers (1)

Lycha
Lycha

Reputation: 10177

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.

Upvotes: 2

Related Questions