|
@@ -66,16 +66,16 @@ BASE_STRINGS = [
|
|
|
"This method describes a valid operator to use with this type as left-hand operand.",
|
|
|
"This value is an integer composed as a bitmask of the following flags.",
|
|
|
"No return value.",
|
|
|
- "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>`!",
|
|
|
- "There is currently no description for this constructor. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!",
|
|
|
- "There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!",
|
|
|
- "There is currently no description for this operator. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!",
|
|
|
- "There is currently no description for this theme property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!",
|
|
|
+ "There is currently no description for this class. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!",
|
|
|
+ "There is currently no description for this signal. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!",
|
|
|
+ "There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!",
|
|
|
+ "There is currently no description for this constant. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!",
|
|
|
+ "There is currently no description for this annotation. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!",
|
|
|
+ "There is currently no description for this property. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!",
|
|
|
+ "There is currently no description for this constructor. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!",
|
|
|
+ "There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!",
|
|
|
+ "There is currently no description for this operator. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!",
|
|
|
+ "There is currently no description for this theme property. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!",
|
|
|
"There are notable differences when using this API with C#. See :ref:`doc_c_sharp_differences` for more information.",
|
|
|
"Deprecated:",
|
|
|
"Experimental:",
|
|
@@ -977,7 +977,7 @@ def make_rst_class(class_def: ClassDef, state: State, dry_run: bool, output_dir:
|
|
|
f.write(".. container:: contribute\n\n\t")
|
|
|
f.write(
|
|
|
translate(
|
|
|
- "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 class. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!"
|
|
|
)
|
|
|
+ "\n\n"
|
|
|
)
|
|
@@ -1103,7 +1103,7 @@ def make_rst_class(class_def: ClassDef, state: State, dry_run: bool, output_dir:
|
|
|
f.write(".. container:: contribute\n\n\t")
|
|
|
f.write(
|
|
|
translate(
|
|
|
- "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 signal. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!"
|
|
|
)
|
|
|
+ "\n\n"
|
|
|
)
|
|
@@ -1152,7 +1152,7 @@ def make_rst_class(class_def: ClassDef, state: State, dry_run: bool, output_dir:
|
|
|
f.write(".. container:: contribute\n\n\t")
|
|
|
f.write(
|
|
|
translate(
|
|
|
- "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 enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!"
|
|
|
)
|
|
|
+ "\n\n"
|
|
|
)
|
|
@@ -1187,7 +1187,7 @@ def make_rst_class(class_def: ClassDef, state: State, dry_run: bool, output_dir:
|
|
|
f.write(".. container:: contribute\n\n\t")
|
|
|
f.write(
|
|
|
translate(
|
|
|
- "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 constant. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!"
|
|
|
)
|
|
|
+ "\n\n"
|
|
|
)
|
|
@@ -1227,7 +1227,7 @@ def make_rst_class(class_def: ClassDef, state: State, dry_run: bool, output_dir:
|
|
|
f.write(".. container:: contribute\n\n\t")
|
|
|
f.write(
|
|
|
translate(
|
|
|
- "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 annotation. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!"
|
|
|
)
|
|
|
+ "\n\n"
|
|
|
)
|
|
@@ -1290,7 +1290,7 @@ def make_rst_class(class_def: ClassDef, state: State, dry_run: bool, output_dir:
|
|
|
f.write(".. container:: contribute\n\n\t")
|
|
|
f.write(
|
|
|
translate(
|
|
|
- "There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!"
|
|
|
+ "There is currently no description for this property. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!"
|
|
|
)
|
|
|
+ "\n\n"
|
|
|
)
|
|
@@ -1338,7 +1338,7 @@ def make_rst_class(class_def: ClassDef, state: State, dry_run: bool, output_dir:
|
|
|
f.write(".. container:: contribute\n\n\t")
|
|
|
f.write(
|
|
|
translate(
|
|
|
- "There is currently no description for this constructor. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!"
|
|
|
+ "There is currently no description for this constructor. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!"
|
|
|
)
|
|
|
+ "\n\n"
|
|
|
)
|
|
@@ -1385,7 +1385,7 @@ def make_rst_class(class_def: ClassDef, state: State, dry_run: bool, output_dir:
|
|
|
f.write(".. container:: contribute\n\n\t")
|
|
|
f.write(
|
|
|
translate(
|
|
|
- "There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!"
|
|
|
+ "There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!"
|
|
|
)
|
|
|
+ "\n\n"
|
|
|
)
|
|
@@ -1429,7 +1429,7 @@ def make_rst_class(class_def: ClassDef, state: State, dry_run: bool, output_dir:
|
|
|
f.write(".. container:: contribute\n\n\t")
|
|
|
f.write(
|
|
|
translate(
|
|
|
- "There is currently no description for this operator. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!"
|
|
|
+ "There is currently no description for this operator. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!"
|
|
|
)
|
|
|
+ "\n\n"
|
|
|
)
|
|
@@ -1474,7 +1474,7 @@ def make_rst_class(class_def: ClassDef, state: State, dry_run: bool, output_dir:
|
|
|
f.write(".. container:: contribute\n\n\t")
|
|
|
f.write(
|
|
|
translate(
|
|
|
- "There is currently no description for this theme property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!"
|
|
|
+ "There is currently no description for this theme property. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!"
|
|
|
)
|
|
|
+ "\n\n"
|
|
|
)
|