From b31dc2343a662446b3e0afdf0f375c581cdaed34 Mon Sep 17 00:00:00 2001 From: Micky <66727710+Mickeon@users.noreply.github.com> Date: Tue, 16 Jan 2024 18:38:35 +0100 Subject: [PATCH] Add "No description for this enum" message Related to https://github.com/godotengine/godot-editor-l10n/pull/14 Required for https://github.com/godotengine/godot/pull/87259 --- scripts/extract_classes.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/extract_classes.py b/scripts/extract_classes.py index 583f6b8..b3ad412 100644 --- a/scripts/extract_classes.py +++ b/scripts/extract_classes.py @@ -66,6 +66,7 @@ BASE_STRINGS = [ "This value is an integer composed as a bitmask of the following flags.", "There is currently no description for this class. Please help us by :ref:`contributing one `!", "There is currently no description for this signal. Please help us by :ref:`contributing one `!", + "There is currently no description for this enum. Please help us by :ref:`contributing one `!", "There is currently no description for this constant. Please help us by :ref:`contributing one `!", "There is currently no description for this annotation. Please help us by :ref:`contributing one `!", "There is currently no description for this property. Please help us by :ref:`contributing one `!",