AppEngine 上的 django 动态翻译
我需要在 AppEngine 上的 django 中进行动态翻译。
我发现了一个不错的用于动态翻译的 django 模块:django-rosetta,但它打开文件(django.po...)并且 AppEngine 上不允许这样做。
是否存在其他与 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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有一个 rosettaappengine Github 项目 应该可以帮助您让 django-rosetta 在 GAE 中工作。不过这个过程似乎有点复杂。
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.