mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-29 16:19:43 +08:00
fix(i18n): default language select (#450)
* fix: default language * feat: mobile support multiple languages
This commit is contained in:
@@ -48,7 +48,7 @@ export const SettingsList = () => {
|
||||
{item.key === 'Language' ? (
|
||||
<div style={{ marginLeft: '12em' }}>
|
||||
<Select
|
||||
defaultValue={i18n.language}
|
||||
defaultValue={i18n.resolvedLanguage}
|
||||
onChange={changeLanguage}
|
||||
>
|
||||
{LOCALES.map(option => (
|
||||
|
||||
Reference in New Issue
Block a user