1
0
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:
Alessandro Baccini
2022-08-08 19:43:36 +02:00
committed by Mariusz Felisiak
parent f546e7c18b
commit 8ea203d112

View File

@@ -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