django 的 trans 方法中的转义引号

发布于 10-06 12:57 字数 317 浏览 7 评论 0原文

我正在尝试使用 django 中的 {% trans "string" %} 方法来国际化我的网页。

但是,当我尝试在字符串中使用引号时出现错误。我已经尝试用反斜杠来逃避它们,但没有成功。

我怎样才能逃避这样的事情:

{% trans "foo's is like "foo"." %}

正如我所说,这不起作用:

{% trans "foo\'s is like \"foo\"." %}

有什么想法吗?

谢谢

I'm trying to internationalize my webpages by using the {% trans "string" %} method in django.

However I get an error when I try to use quotes in the string. I've already tried to escape them with a backslash with no luck.

How can I escape something like this:

{% trans "foo's is like "foo"." %}

As I said, this doesn't work:

{% trans "foo\'s is like \"foo\"." %}

Any idea?

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文