summaryrefslogtreecommitdiffstats
path: root/doc/classes/Translation.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/Translation.xml')
-rw-r--r--doc/classes/Translation.xml16
1 files changed, 0 insertions, 16 deletions
diff --git a/doc/classes/Translation.xml b/doc/classes/Translation.xml
index 8e8ccac026..a684e63e22 100644
--- a/doc/classes/Translation.xml
+++ b/doc/classes/Translation.xml
@@ -31,13 +31,6 @@
Erase a message.
</description>
</method>
- <method name="get_locale" qualifiers="const">
- <return type="String">
- </return>
- <description>
- Return the locale of the translation.
- </description>
- </method>
<method name="get_message" qualifiers="const">
<return type="String">
</return>
@@ -60,15 +53,6 @@
Return all the messages (keys).
</description>
</method>
- <method name="set_locale">
- <return type="void">
- </return>
- <argument index="0" name="locale" type="String">
- </argument>
- <description>
- Set the locale of the translation.
- </description>
- </method>
</methods>
<members>
<member name="locale" type="String" setter="set_locale" getter="get_locale">