mirror of
https://github.com/django/django.git
synced 2025-06-06 20:19:13 +00:00
Fixed #35993 -- Replaced outdated information on gettext f-string support.
This commit is contained in:
parent
1860a1afc9
commit
0766f5e200
@ -130,7 +130,8 @@ 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. In particular, Python
|
supported by ``gettext`` are supported by Django. In particular, Python
|
||||||
:py:ref:`f-strings <f-strings>` are not yet supported by ``xgettext``, and
|
:py:ref:`f-strings <f-strings>` need ``xgettext`` 0.23+ and do not support
|
||||||
|
expressions in embedded variables, such as accessing a slice of a list.
|
||||||
JavaScript template strings need ``gettext`` 0.21+.
|
JavaScript template strings need ``gettext`` 0.21+.
|
||||||
|
|
||||||
.. _translator-comments:
|
.. _translator-comments:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user