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