我正在尝试在Django项目中设置国际化。但是在执行命令时:
python manage.gy makemessages 'en'
发生此错误:
CommandError: Can't find msguniq. Make sure you have GNU gettext tools 0.15 or newer installed.
但是,当我尝试使用brew install gettext
命令时,它具有以下响应:
Warning: gettext 0.19.8.1 is already installed and up-to-date
我已经在stackoverflow中阅读了几篇关于此的文章,但没有一篇能解决我的问题。