Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
272
void Translator::setLanguageName( const std::string& id, const std::string& name ) {
273
mLangNames[id] = name;
274
}
275
276
std::unordered_map<std::string, std::string> Translator::getLanguageNames() const {
277
return mLangNames;
Callers
1
loadLanguage
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected