mirror of https://github.com/django/django.git
Refs #29784 -- Changed Python f-string link to use intersphinx.
This commit is contained in:
parent
495abe0095
commit
3a3d159ab6
|
@ -139,10 +139,10 @@ have more than a single parameter. If you used positional interpolation,
|
||||||
translations wouldn't be able to reorder placeholder text.
|
translations wouldn't be able to reorder placeholder text.
|
||||||
|
|
||||||
Since string extraction is done by the ``xgettext`` command, only syntaxes
|
Since string extraction is done by the ``xgettext`` command, only syntaxes
|
||||||
supported by ``gettext`` are supported by Django. Python f-strings_ and
|
supported by ``gettext`` are supported by Django. Python :py:ref:`f-strings
|
||||||
`JavaScript template strings`_ are not yet supported by ``xgettext``.
|
<f-strings>` and `JavaScript template strings`_ are not yet supported by
|
||||||
|
``xgettext``.
|
||||||
|
|
||||||
.. _f-strings: https://docs.python.org/3/reference/lexical_analysis.html#f-strings
|
|
||||||
.. _JavaScript template strings: https://savannah.gnu.org/bugs/?50920
|
.. _JavaScript template strings: https://savannah.gnu.org/bugs/?50920
|
||||||
|
|
||||||
.. _translator-comments:
|
.. _translator-comments:
|
||||||
|
|
Loading…
Reference in New Issue