gpt4 book ai didi

Django国家:如何翻译?

转载 作者:行者123 更新时间:2023-12-02 04:31:56 24 4
gpt4 key购买 nike

我已经安装了django countries今天。它工作得非常整洁。

不幸的是,文档有点薄,它说:

COUNTRIES A tuple of two part tuples, each consisting of a country code and the corresponding nicely titled (and translatable) country name.

我是否只需走 django 国际化的常规路径,它就会自动选择它并允许我在 PO 文件中定义国家/地区?还是需要任何额外的魔法?

我的实现方式是这样的:

from django_countries.countries import COUNTRIES
from django_countries.fields import CountryField

country = CountryField(_(u'Country'), choices=COUNTRIES, blank=True)

COUNTRIES 直接来自扩展程序,因此我无权在每个国家/地区名称周围添加 _(u) 。 (从 django.utils.translation 导入 ugettext_lazy as _)

最佳答案

对于像我这样的 django 新手:将“django_countries”添加到站点的 settings.py 中的 INSTALLED_APPS 中即可解决问题。所以 Aamir 的答案是正确的 - 只需检查 documentation 中的“Django 如何发现翻译”部分即可。 .

关于Django国家:如何翻译?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14234704/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com