- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
在一些 Django 模板中绘制以下 blocktrans
:
{% blocktrans %}
Some Text
{% endblocktrans %}
在模板中进行一些更改后,您可能希望缩进该 block :
<div>
{% blocktrans %}
Some Text
{% endblocktrans %}
</div>
这将更改翻译文件中的消息,并将它们标记为模糊。从技术上讲,这是相同的消息(只是缩进不同)。
“消除模糊化”这些消息的整个过程既乏味又容易出错。
到目前为止我尝试了什么:
trans
——并不总是有效blocktrans
语句的初始缩进 - 难以维护有没有办法让 blocktrans
中的缩进变得无关紧要?
最佳答案
根据文档here :
Another feature {% blocktrans %} supports is the trimmed option. This option will remove newline characters from the beginning and the end of the content of the {% blocktrans %} tag, replace any whitespace at the beginning and end of a line and merge all lines into one using a space character to separate them. This is quite useful for indenting the content of a {% blocktrans %} tag without having the indentation characters end up in the corresponding entry in the PO file, which makes the translation process easier.
例如
<div>
{% blocktrans trimmed %}
Some Text
{% endblocktrans %}
</div>
将在您的 PO 文件中生成条目 "Some Text"
。
关于python - 如何使 Django blocktrans 中的空格和缩进无关紧要?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40282464/
我特别从那些IBM/联想、惠普、戴尔(也许)制造的“商务”笔记本电脑的倡导者那里听到“商务用户不需要高质量的屏幕”。他们坚持使用最糟糕的液晶显示器(即使分辨率很高)并且敢于出售那些垃圾。您甚至无法区分
我被这个问题困了两天了,还是没搞定。 基本上,我有一个二维数组,其中包含某些数字(在给定范围内)之间的关系: 0 = 顺序无关紧要 1 = 第一个数字(左栏中的数字)应该是第一个 2 = 第二个数字(
我是一名优秀的程序员,十分优秀!