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
This commit is contained in:
Micky
2024-01-16 18:38:35 +01:00
committed by GitHub
parent 161722c569
commit b31dc2343a

View File

@@ -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 <doc_updating_the_class_reference>`!",
"There is currently no description for this signal. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!",
"There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!",
"There is currently no description for this constant. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!",
"There is currently no description for this annotation. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!",
"There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!",