#include "util/i18n/translator.h"#include <string>#include <unordered_map>#include "util/i18n/language_manager.h"
Go to the source code of this file.
Namespaces | |
| namespace | yaze |
| namespace | yaze::i18n |
| namespace | yaze::i18n::anonymous_namespace{translator.cc} |
Functions | |
| std::unordered_map< std::string, std::string > & | yaze::i18n::anonymous_namespace{translator.cc}::Resolved () |
| std::string | yaze::i18n::anonymous_namespace{translator.cc}::Compose (const std::string &source) |
| const std::string & | yaze::i18n::anonymous_namespace{translator.cc}::ResolveByContent (const std::string &key) |
| const char * | yaze::i18n::tr (const char *source) |
| const char * | yaze::i18n::tr (const std::string &source) |
| void | yaze::i18n::ClearTranslationCache () |