3

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

Dingo
  • 2,656
  • 1
  • 19
  • 16

1 Answers1

2

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.

Lycha
  • 9,937
  • 3
  • 38
  • 43