From 19022c2d6f10c42225cab8d2da2c50aebbaa6788 Mon Sep 17 00:00:00 2001 From: DS Boyce <260543580+ds-boyce@users.noreply.github.com> Date: Tue, 3 Mar 2026 15:57:11 -0800 Subject: [PATCH] Update comment --- src/lib/translation/index.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lib/translation/index.tsx b/src/lib/translation/index.tsx index 3f7f2c69b9..67c199dd33 100644 --- a/src/lib/translation/index.tsx +++ b/src/lib/translation/index.tsx @@ -37,7 +37,8 @@ async function attemptTranslation( ? sourceLangCodeOriginal?.split('-')[0] : sourceLangCodeOriginal - // Special cases for regional languages + // Special cases for regional languages since iOS differentiates and missing + // language packs must be downloaded and installed. if (Platform.OS === 'ios') { const deviceLocales = getLocales() const primaryLanguageTag = deviceLocales[0]?.languageTag