mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
classref: Use code markup for default values/overrides
Sync with godotengine/godot#35357. Fixes #3071.
This commit is contained in:
@@ -30,9 +30,9 @@ Tutorials
|
||||
Properties
|
||||
----------
|
||||
|
||||
+-----------------------------+--------------------------------------------------+------+
|
||||
| :ref:`String<class_String>` | :ref:`locale<class_Translation_property_locale>` | "en" |
|
||||
+-----------------------------+--------------------------------------------------+------+
|
||||
+-----------------------------+--------------------------------------------------+----------+
|
||||
| :ref:`String<class_String>` | :ref:`locale<class_Translation_property_locale>` | ``"en"`` |
|
||||
+-----------------------------+--------------------------------------------------+----------+
|
||||
|
||||
Methods
|
||||
-------
|
||||
@@ -57,7 +57,7 @@ Property Descriptions
|
||||
- :ref:`String<class_String>` **locale**
|
||||
|
||||
+-----------+-------------------+
|
||||
| *Default* | "en" |
|
||||
| *Default* | ``"en"`` |
|
||||
+-----------+-------------------+
|
||||
| *Setter* | set_locale(value) |
|
||||
+-----------+-------------------+
|
||||
|
||||
Reference in New Issue
Block a user