diff --git a/src/lib/translation/index.tsx b/src/lib/translation/index.tsx index 7a16aea04e..4b04c9bf15 100644 --- a/src/lib/translation/index.tsx +++ b/src/lib/translation/index.tsx @@ -37,7 +37,7 @@ async function attemptTranslation( : sourceLangCodeOriginal // Special cases for regional languages - if (Platform.OS !== 'android') { + if (Platform.OS === 'ios') { const deviceLocales = getLocales() const primaryLanguageTag = deviceLocales[0]?.languageTag switch (targetLangCodeOriginal) {