diff options
| author | Rémi Verschelde | 2017-10-29 12:09:14 +0100 |
|---|---|---|
| committer | Rémi Verschelde | 2017-10-29 12:09:20 +0100 |
| commit | d4d12eba535b2aedcf658c46fabd44b053b10e70 (patch) | |
| tree | 0311707458c78f9b7d64392f062c8b56d4b0884c /doc/classes/TranslationServer.xml | |
| parent | c193286186f8743732b62420de86ee0d3f1a93b8 (diff) | |
| download | godot-d4d12eba535b2aedcf658c46fabd44b053b10e70.tar.gz godot-d4d12eba535b2aedcf658c46fabd44b053b10e70.tar.zst godot-d4d12eba535b2aedcf658c46fabd44b053b10e70.zip | |
classref: Apply doctool to fix formatting
Fixes regression from #12396 which caused #12466.
[ci skip]
Diffstat (limited to '')
| -rw-r--r-- | doc/classes/TranslationServer.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/classes/TranslationServer.xml b/doc/classes/TranslationServer.xml index 974b0e283..1657541c1 100644 --- a/doc/classes/TranslationServer.xml +++ b/doc/classes/TranslationServer.xml @@ -30,6 +30,14 @@ <description> </description> </method> + <method name="get_locale_name" qualifiers="const"> + <return type="String"> + </return> + <argument index="0" name="locale" type="String"> + </argument> + <description> + </description> + </method> <method name="remove_translation"> <return type="void"> </return> |
