mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-09-24 07:24:31 +08:00
Clarify GetAvailableTranslations() return value
Add a note explaining that the msgid language is not included.
This commit is contained in:
@@ -85,6 +85,11 @@ public:
|
||||
translations offered to the user. To do this, pass the app's main
|
||||
catalog as @a domain.
|
||||
|
||||
@note
|
||||
The returned list does not include messages ID language, i.e. the
|
||||
language (typically English) included in the source code. In the use
|
||||
case described above, that language needs to be added manually.
|
||||
|
||||
@see GetBestTranslation()
|
||||
*/
|
||||
wxArrayString GetAvailableTranslations(const wxString& domain) const;
|
||||
|
||||
Reference in New Issue
Block a user