From fa6f6f9e473a0dd731ea95210fbd66e0b8c0c283 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Fri, 20 Sep 2024 10:50:33 -0500 Subject: Language fixes (#5384) * Add some comments * Decouple language settings * Normalize on read/write * Refactor * Support device locale on app startup * Cleanup, port to web * Clean up comments * Comment * Try not to mutate * Protect util handling, update test * Dedupe array values --- src/components/AppLanguageDropdown.tsx | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/components/AppLanguageDropdown.tsx') diff --git a/src/components/AppLanguageDropdown.tsx b/src/components/AppLanguageDropdown.tsx index 02cd0ce2d..6170ab2e2 100644 --- a/src/components/AppLanguageDropdown.tsx +++ b/src/components/AppLanguageDropdown.tsx @@ -24,8 +24,6 @@ export function AppLanguageDropdown() { if (sanitizedLang !== value) { setLangPrefs.setAppLanguage(sanitizeAppLanguageSetting(value)) } - setLangPrefs.setPrimaryLanguage(value) - setLangPrefs.setContentLanguage(value) // reset feeds to refetch content resetPostsFeedQueries(queryClient) -- cgit 1.4.1