Explicity check for iOS

This commit is contained in:
DS Boyce
2026-03-03 12:37:23 -08:00
parent 00c66eca47
commit 5d22e727c8
+1 -1
View File
@@ -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) {