Sync classref with current source

This commit is contained in:
Rémi Verschelde
2018-09-21 09:49:38 +02:00
parent df6316f918
commit ce0bb7b277
494 changed files with 7138 additions and 7027 deletions

View File

@@ -48,7 +48,7 @@ Translations are resources that can be loaded/unloaded on demand. They map a str
Property Descriptions
---------------------
.. _class_Translation_locale:
.. _class_Translation_locale:
- :ref:`String<class_String>` **locale**
@@ -61,29 +61,29 @@ Property Descriptions
Method Descriptions
-------------------
.. _class_Translation_add_message:
.. _class_Translation_add_message:
- void **add_message** **(** :ref:`String<class_String>` src_message, :ref:`String<class_String>` xlated_message **)**
Add a message for translation.
.. _class_Translation_erase_message:
.. _class_Translation_erase_message:
- void **erase_message** **(** :ref:`String<class_String>` src_message **)**
Erase a message.
.. _class_Translation_get_message:
.. _class_Translation_get_message:
- :ref:`String<class_String>` **get_message** **(** :ref:`String<class_String>` src_message **)** const
Return a message for translation.
.. _class_Translation_get_message_count:
.. _class_Translation_get_message_count:
- :ref:`int<class_int>` **get_message_count** **(** **)** const
.. _class_Translation_get_message_list:
.. _class_Translation_get_message_list:
- :ref:`PoolStringArray<class_PoolStringArray>` **get_message_list** **(** **)** const