Django Book 翻译
菜单>:
TOC
返回
原文:
If you dont have the ``gettext`` utilities installed, ``make-messages.py`` will create empty files. If thats the case, either install the ``gettext`` utilities or just copy the English message file (``conf/locale/en/LC_MESSAGES/django.po`` ) and use it as a starting point; its just an empty translation file.
翻译:
如果没有安装 ``gettext`` 组件, ``make-messages.py`` 将会创建空白文件。这种情况下,安装 ``gettext`` 组件或只是复制英语信息文件( ``conf/locale/en/LC_MESSAGES/django.po`` )来作为一个起点;只是一个空白的翻译信息文件而已。
备注:
译者: