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

Function ShouldUseTransliteration

libs/i18n/localisation.cpp:88–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88bool ShouldUseTransliteration()
89{
90 Transliteration::Mode transliterationMode = Transliteration::Mode::Disabled;
91 UNUSED_VALUE(settings::Get(kTransliterationSetting, transliterationMode));
92 return transliterationMode == Transliteration::Mode::Enabled;
93}
94
95vector<LanguageCode> GetSystemLanguageCodes()
96{

Callers 2

BestTranslationFunction · 0.85
LoadTransliterationMethod · 0.85

Calls 1

GetFunction · 0.85

Tested by

no test coverage detected