我正在尝试自定义Django生成的管理界面,因此它将以我的母语希伯来语显示(包括从右到左的方向),但我似乎无法找到任何方法或任何参考。
Django translation docs并没有给我一个明确的答案,即使有人已经创建了Hebrew translation。
非常感谢任何帮助!
答案 0 :(得分:0)
这里有你要找的信息: https://docs.djangoproject.com/en/1.1/topics/i18n/localization/
编辑:
我没有在1.4文档上找到该页面,但这里是1.3版本应该仍然是正确的。 AFAIK在1.4中没有改变。 https://docs.djangoproject.com/en/1.3/topics/i18n/localization/
EDIT2:
以下是django 1.4 https://docs.djangoproject.com/en/1.4/topics/i18n/translation/
的信息有关生成po文件的信息,请访问https://docs.djangoproject.com/en/1.4/topics/i18n/translation/#message-files