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