MCPcopy Create free account
hub / github.com/comaps/comaps / SaveTransliteration

Method SaveTransliteration

libs/map/framework.cpp:2427–2430  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2425}
2426
2427void Framework::SaveTransliteration(bool allowTranslit)
2428{
2429 settings::Set(localisation::kTransliterationSetting, allowTranslit ? Transliteration::Mode::Enabled : Transliteration::Mode::Disabled);
2430}
2431
2432std::optional<localisation::LanguageCode> Framework::GetCustomMapLanguageCode()
2433{

Calls 1

SetFunction · 0.50

Tested by

no test coverage detected