1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +00:00

Fixed #35993 -- Replaced outdated information on gettext f-string support.

This commit is contained in:
Athena Wolfskämpf 2024-12-10 10:51:35 +01:00
parent 1860a1afc9
commit 0766f5e200

View File

@ -130,7 +130,8 @@ translations wouldn't be able to reorder placeholder text.
Since string extraction is done by the ``xgettext`` command, only syntaxes
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+.
.. _translator-comments: