1
0
Fork 0
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:
y5nw 2025-02-24 16:32:09 +01:00 committed by y5nw
parent 027a2a67b7
commit e8370769a9
7 changed files with 50 additions and 41 deletions

View file

@ -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;