gpt4 book ai didi

django - 在 Django 中使用复数时的人性化句子

转载 作者:行者123 更新时间:2023-12-04 17:00:58 25 4
gpt4 key购买 nike

在使用 Django 模板复数过滤器的句子中定义 is/are 的最佳方法是什么?
例如:

<p>
Your item{{ items|length|pluralize }}
is/are
currently being processed and will ship soon.
</p>

最佳答案

pluralize 的最后一个示例所示, 你可以试试

Your item{{ items|length|pluralize:" is,s are" }}
currently being processed and will ship soon.

关于django - 在 Django 中使用复数时的人性化句子,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20145294/

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