diff options
author | Haoyu Qiu <timothyqiu32@gmail.com> | 2023-03-16 13:56:09 +0800 |
---|---|---|
committer | Yuri Sizov <yuris@humnom.net> | 2023-03-16 16:43:31 +0100 |
commit | c6a704af2cc6b0bef66c61c83247aa65e6a664ef (patch) | |
tree | 1c1c88dcd9d72b04a944fb0b05db61b51b75798c /doc/classes/TranslationServer.xml | |
parent | ef06e5d786d4ab56b77d6011754d5816c4448189 (diff) |
Fix typos and inconsistencies in classref
(cherry picked from commit 57d4272984fc0dd4c668503ead82a9dd01020bfd)
Diffstat (limited to 'doc/classes/TranslationServer.xml')
-rw-r--r-- | doc/classes/TranslationServer.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/TranslationServer.xml b/doc/classes/TranslationServer.xml index 7b18d8ddb6..2febd4628e 100644 --- a/doc/classes/TranslationServer.xml +++ b/doc/classes/TranslationServer.xml @@ -156,7 +156,7 @@ <param index="2" name="n" type="int" /> <param index="3" name="context" type="StringName" default="""" /> <description> - Returns the current locale's translation for the given message (key), plural_message and context. + Returns the current locale's translation for the given message (key), plural message and context. The number [param n] is the number or quantity of the plural object. It will be used to guide the translation system to fetch the correct plural form for the selected language. </description> </method> |