about summary refs log tree commit diff
path: root/src/locale/helpers.ts
diff options
context:
space:
mode:
authorAnsh <anshnanda10@gmail.com>2023-12-22 03:30:24 +0530
committerGitHub <noreply@github.com>2023-12-22 03:30:24 +0530
commitdf73f835381b267f3e5741a4eff50fcb86b59c53 (patch)
tree4e4dc3fbdfe144a7d16f906b0860138c21dd5b7b /src/locale/helpers.ts
parentd068cb19392965f9b96e113ca2ba0fceb8326db5 (diff)
downloadvoidsky-df73f835381b267f3e5741a4eff50fcb86b59c53.tar.zst
Add French localization (#2265)
Diffstat (limited to 'src/locale/helpers.ts')
-rw-r--r--src/locale/helpers.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/locale/helpers.ts b/src/locale/helpers.ts
index 3039e587d..6433eee7c 100644
--- a/src/locale/helpers.ts
+++ b/src/locale/helpers.ts
@@ -114,6 +114,8 @@ export function sanitizeAppLanguageSetting(appLanguage: string): AppLanguage {
         return AppLanguage.hi
       case 'ja':
         return AppLanguage.ja
+      case 'fr':
+        return AppLanguage.fr
       default:
         continue
     }