From 00d87997122775bc9a76d9c0fc9dee0a110e201a Mon Sep 17 00:00:00 2001 From: Adriaan de Jongh <5611323+AdriaandeJongh@users.noreply.github.com> Date: Thu, 14 Dec 2023 11:55:59 +0100 Subject: [PATCH] Specify POT Generation is only available for GDScript files --- tutorials/i18n/localization_using_gettext.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/i18n/localization_using_gettext.rst b/tutorials/i18n/localization_using_gettext.rst index fec19f47f..2bf645a43 100644 --- a/tutorials/i18n/localization_using_gettext.rst +++ b/tutorials/i18n/localization_using_gettext.rst @@ -59,7 +59,7 @@ Automatic generation using the editor ------------------------------------- Since Godot 4.0, the editor can generate a PO template automatically from -specified scene and script files. This POT generation also supports translation +specified scene and GDScript files. This POT generation also supports translation contexts and pluralization if used in a script, with the optional second argument of ``tr()`` and the ``tr_n()`` method.