Rename new wxTranslations method to GetAcceptableTranslations()
This name seems to be more precise than a very generic "all good" one used previously.
This commit is contained in:
@@ -146,9 +146,10 @@ public:
|
||||
const wxString& msgIdLanguage = "en");
|
||||
|
||||
// find best and all other suitable translation languages for given domain
|
||||
wxArrayString GetAllGoodTranslations(const wxString& domain, wxLanguage msgIdLanguage);
|
||||
wxArrayString GetAllGoodTranslations(const wxString& domain,
|
||||
const wxString& msgIdLanguage = "en");
|
||||
wxArrayString GetAcceptableTranslations(const wxString& domain,
|
||||
wxLanguage msgIdLanguage);
|
||||
wxArrayString GetAcceptableTranslations(const wxString& domain,
|
||||
const wxString& msgIdLanguage = "en");
|
||||
|
||||
// add standard wxWidgets catalog ("wxstd")
|
||||
bool AddStdCatalog();
|
||||
|
Reference in New Issue
Block a user