mirror of
https://github.com/Hopiu/django.git
synced 2026-05-02 20:54:44 +00:00
Fixed typo in docs/topics/i18n/translation.txt.
This commit is contained in:
parent
e03cdf76e7
commit
c614e811f8
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue