Django Book 翻译
菜单>:
TOC
返回
原文:
This Boolean specifies whether Djangos internationalization system (see Chapter 18) should be enabled. It provides an easy way to turn off internationalization, for performance. If this is set to ``False`` , Django will make some optimizations so as not to load the internationalization machinery.
翻译:
此逻辑值指定Django国际化系统(参见第18章)是否可用。这提供了一个因为性能而关闭国际化的简单方法。如果此值设为“False”,Django将会做一些优化以替代未加载的国际化机制。
备注:
译者: