Python 通过 gettext 模块支持国际化 (i18n), 可以实现程序的多语言界面的支持
在用django开发当中碰到如下错误:
django-admin.py compilemessages
processing file django.po in /home/www/locale/zh_CN/LC_MESSAGES
sh: msgfmt: not found
原来是没有安装 gettext
sudo apt-get install gettext
运行 django-admin.py compilemessages 果然在local 下 生成了 django.mo.