Skip to content

Commit

Permalink
Fix language display in language list menu
Browse files Browse the repository at this point in the history
  • Loading branch information
livewing committed Sep 11, 2022
1 parent 9fcc902 commit eb8fca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AppearanceSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const AppearanceSettings: FC = () => {
}
/>
<div className="flex items-baseline gap-2">
<div>
<div lang={lng}>
{i18n.exists('locale:name', { lng, fallbackLng: [] })
? `${t('locale:name', { lng })}`
: '???'}
Expand Down

0 comments on commit eb8fca7

Please sign in to comment.