mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
[4.1.x] Fixed typo in docs/topics/i18n/translation.txt.
Backport of c614e811f8 from main
This commit is contained in:
committed by
Mariusz Felisiak
parent
f546e7c18b
commit
8ea203d112
@@ -573,7 +573,7 @@ require translation in the future::
|
|||||||
|
|
||||||
<title>{% translate "myvar" noop %}</title>
|
<title>{% translate "myvar" noop %}</title>
|
||||||
|
|
||||||
Internally, inline translations use an
|
Internally, inline translations use a
|
||||||
:func:`~django.utils.translation.gettext` call.
|
:func:`~django.utils.translation.gettext` call.
|
||||||
|
|
||||||
In case a template var (``myvar`` above) is passed to the tag, the tag will
|
In case a template var (``myvar`` above) is passed to the tag, the tag will
|
||||||
|
|||||||
Reference in New Issue
Block a user