mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-30 19:22:14 +00:00
Rework translate_string and related
This commit is contained in:
parent
027a2a67b7
commit
e8370769a9
7 changed files with 50 additions and 41 deletions
|
@ -156,7 +156,7 @@ public:
|
|||
* change with the next call to `getContentTranslations`.
|
||||
* */
|
||||
Translations *getContentTranslations(const std::string &path,
|
||||
const std::string &domain, const std::string &lang_code);
|
||||
const std::string &domain, const std::vector<std::wstring> &lang_code);
|
||||
|
||||
private:
|
||||
std::string m_last_translations_key;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue