From 10b28574c7a2cf6478d9a326c0450c8cfa6feba9 Mon Sep 17 00:00:00 2001 From: mokashang Date: Sun, 17 May 2026 09:11:29 -0700 Subject: [PATCH] docs: fix duplicated "and" in gettext localization tutorial --- 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 41602423403..fd30728bf24 100644 --- a/tutorials/i18n/localization_using_gettext.rst +++ b/tutorials/i18n/localization_using_gettext.rst @@ -336,7 +336,7 @@ POT generation custom plugin ---------------------------- If you have any extra file format to deal with, you could write a custom plugin -to parse and and extract the strings from the custom file. This custom plugin +to parse and extract the strings from the custom file. This custom plugin will extract the strings and write into the POT file when you hit **Generate POT**. To learn more about how to create the translation parser plugin, see :ref:`EditorTranslationParserPlugin `.