mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-02 16:38:41 +00:00
Reduce translations log spam
This commit is contained in:
parent
bf52d1e624
commit
d88f0866b7
2 changed files with 9 additions and 18 deletions
|
@ -32,8 +32,8 @@ class Translations
|
|||
public:
|
||||
void loadTranslation(const std::string &data);
|
||||
void clear();
|
||||
const std::wstring &getTranslation(
|
||||
const std::wstring &textdomain, const std::wstring &s);
|
||||
const std::wstring &getTranslation(const std::wstring &textdomain,
|
||||
const std::wstring &s) const;
|
||||
|
||||
private:
|
||||
std::unordered_map<std::wstring, std::wstring> m_translations;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue