Django Book 翻译
菜单>:
TOC
返回
原文:
Use the function ``django.utils.translation.gettext_lazy()`` to translate strings lazily when the value is accessed rather than when the ``gettext_lazy()`` function is called.
翻译:
使用 ``django.utils.translation.gettext_lazy()`` 函数,使得其中的值只有在访问时才会被翻译,而不是在 ``gettext_lazy()`` 被调用时翻译。
备注:
译者: