I'm working in a project with django and GAE, but I need internationalization for models, I try with datatrans and django-model-i18n but both applications make a heavy use of sql in databases and doesn't work with app-engine.
Theres is any application for i18n to model's level and work with non-sql databases?