mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-25 10:22:55 +08:00
feat(editor): add font size adjustment in editor settings (#13549)
Co-authored-by: DarkSky <25152247+darkskygit@users.noreply.github.com> Co-authored-by: DarkSky <darksky2048@gmail.com>
This commit is contained in:
@@ -21,6 +21,6 @@
|
||||
"sv-SE": 99,
|
||||
"uk": 99,
|
||||
"ur": 2,
|
||||
"zh-Hans": 99,
|
||||
"zh-Hans": 100,
|
||||
"zh-Hant": 99
|
||||
}
|
||||
|
||||
@@ -5387,6 +5387,14 @@ export function useAFFiNEI18N(): {
|
||||
* `Font family`
|
||||
*/
|
||||
["com.affine.settings.editorSettings.general.font-family.title"](): string;
|
||||
/**
|
||||
* `Adjust the base font size for better readability.`
|
||||
*/
|
||||
["com.affine.settings.editorSettings.general.font-size.description"](): string;
|
||||
/**
|
||||
* `Font size`
|
||||
*/
|
||||
["com.affine.settings.editorSettings.general.font-size.title"](): string;
|
||||
/**
|
||||
* `Automatically detect and correct spelling errors.`
|
||||
*/
|
||||
|
||||
@@ -1342,6 +1342,8 @@
|
||||
"com.affine.settings.editorSettings.general.font-family.custom.title": "Custom font family",
|
||||
"com.affine.settings.editorSettings.general.font-family.description": "Choose your editor's font family.",
|
||||
"com.affine.settings.editorSettings.general.font-family.title": "Font family",
|
||||
"com.affine.settings.editorSettings.general.font-size.description": "Adjust the base font size for better readability.",
|
||||
"com.affine.settings.editorSettings.general.font-size.title": "Font size",
|
||||
"com.affine.settings.editorSettings.general.spell-check.description": "Automatically detect and correct spelling errors.",
|
||||
"com.affine.settings.editorSettings.general.spell-check.title": "Spell check",
|
||||
"com.affine.settings.editorSettings.general.spell-check.restart-hint": "Settings changed; please restart the app. <1>Restart</1>",
|
||||
|
||||
Reference in New Issue
Block a user