mirror of
https://github.com/usememos/memos.git
synced 2025-11-08 08:21:49 +08:00
chore: update i18n
This commit is contained in:
parent
c1708df7a2
commit
3ac4a03229
2 changed files with 2 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ const PreferencesSection = observer(() => {
|
|||
</div>
|
||||
|
||||
<div className="w-full flex flex-row justify-between items-center">
|
||||
<span>{t("setting.preference-section.theme")}</span>
|
||||
<span>{t("setting.preference-section.apperance")}</span>
|
||||
<AppearanceSelect value={setting.appearance as Appearance} onChange={handleAppearanceSelectChange} />
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -310,6 +310,7 @@
|
|||
"preference-section": {
|
||||
"default-memo-sort-option": "Memo display time",
|
||||
"default-memo-visibility": "Default memo visibility",
|
||||
"apperance": "Appearance",
|
||||
"theme": "Theme"
|
||||
},
|
||||
"sso": "SSO",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue