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

Function UsedAlternativeMapLanguageHandling

libs/i18n/localisation.cpp:81–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81AlternativeMapLanguageHandling UsedAlternativeMapLanguageHandling()
82{
83 AlternativeMapLanguageHandling alternativeMapLanguageHandling = AlternativeMapLanguageHandling::LocalOnly;
84 UNUSED_VALUE(settings::Get(kAlternativeMapLanguageHandlingSetting, alternativeMapLanguageHandling));
85 return alternativeMapLanguageHandling;
86}
87
88bool ShouldUseTransliteration()
89{

Callers 4

GetMapLanguageCodesFunction · 0.85
GetMapLanguageIndexesFunction · 0.85

Calls 1

GetFunction · 0.85

Tested by

no test coverage detected