diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-04-05 19:03:59 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-04-05 19:03:59 +0300 |
commit | 3b4ffd7199d990d1cbd0e7cbe23fa41f04d38e74 (patch) | |
tree | fe7ab920632207462354714e12604e2064d059ea /src/utils/translation/podict.h | |
parent | d8a530e299b4dd04c020ca3e3eeda7b12f89b69b (diff) | |
download | mv-3b4ffd7199d990d1cbd0e7cbe23fa41f04d38e74.tar.gz mv-3b4ffd7199d990d1cbd0e7cbe23fa41f04d38e74.tar.bz2 mv-3b4ffd7199d990d1cbd0e7cbe23fa41f04d38e74.tar.xz mv-3b4ffd7199d990d1cbd0e7cbe23fa41f04d38e74.zip |
Add chat command for translate message from player language to english.
Also add po field into languages.xml.
Diffstat (limited to 'src/utils/translation/podict.h')
-rw-r--r-- | src/utils/translation/podict.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utils/translation/podict.h b/src/utils/translation/podict.h index a8b18bba4..d40aa1499 100644 --- a/src/utils/translation/podict.h +++ b/src/utils/translation/podict.h @@ -41,6 +41,8 @@ class PoDict final const char *getChar(const char *const str); + bool haveStr(const std::string &str) const; + #ifndef UNITTESTS protected: #endif // UNITTESTS |