mirror of
https://github.com/django/django.git
synced 2025-11-03 05:13:23 +00:00
Fixed typo in docs/topics/i18n/translation.txt.
This commit is contained in:
parent
746bb13ceb
commit
c9f12f149f
1 changed files with 2 additions and 2 deletions
|
|
@ -743,8 +743,8 @@ For instance, the following ``{% blocktranslate %}`` tag::
|
||||||
{% endblocktranslate %}
|
{% endblocktranslate %}
|
||||||
|
|
||||||
will result in the entry ``"First sentence. Second paragraph."`` in the PO file,
|
will result in the entry ``"First sentence. Second paragraph."`` in the PO file,
|
||||||
compared to ``"\n First sentence.\n Second sentence.\n"``, if the ``trimmed``
|
compared to ``"\n First sentence.\n Second paragraph.\n"``, if the
|
||||||
option had not been specified.
|
``trimmed`` option had not been specified.
|
||||||
|
|
||||||
.. versionchanged:: 3.1
|
.. versionchanged:: 3.1
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue