MCPcopy Create free account
hub / github.com/SpartanJ/eepp / setLanguageName

Method setLanguageName

src/eepp/system/translator.cpp:272–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270}
271
272void Translator::setLanguageName( const std::string& id, const std::string& name ) {
273 mLangNames[id] = name;
274}
275
276std::unordered_map<std::string, std::string> Translator::getLanguageNames() const {
277 return mLangNames;

Callers 1

loadLanguageFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected