From eb8fca7d78ec589e935fa34630144448c36f7ef3 Mon Sep 17 00:00:00 2001 From: "livewing.net" Date: Sun, 11 Sep 2022 19:30:21 +0900 Subject: [PATCH] Fix language display in language list menu --- src/components/AppearanceSettings.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/AppearanceSettings.tsx b/src/components/AppearanceSettings.tsx index 9e03f90..f5961aa 100644 --- a/src/components/AppearanceSettings.tsx +++ b/src/components/AppearanceSettings.tsx @@ -50,7 +50,7 @@ export const AppearanceSettings: FC = () => { } />
-
+
{i18n.exists('locale:name', { lng, fallbackLng: [] }) ? `${t('locale:name', { lng })}` : '???'}