Django internationalization for admin pages - translate model name and attributes

后端 未结 2 1867
臣服心动
臣服心动 2021-01-30 17:31

Django\'s internationalization is very nice (gettext based, LocaleMiddleware), but what is the proper way to translate the model name and the attributes for admin pages? I did n

2条回答
  •  误落风尘
    2021-01-30 18:21

    See https://automationpanda.com/2018/04/21/django-admin-translations/ It's author made an excellent work in showing how to master all django translation features step by step. It's much better than oficial documentation to me.

提交回复
热议问题