Internationalisation Django (on OSX)

前端 未结 3 729
不知归路
不知归路 2020-12-23 17:02

I\'m trying to get gettext to work in Django on my OSX Leopard

django_manage.py makemessages -l nl
Importing Django settings module settings
processing langu         


        
3条回答
  •  既然无缘
    2020-12-23 17:50

    After installing, try linking gettext. This solved the problem for me.

    brew install gettext
    brew link gettext --force
    

提交回复
热议问题