Add language preference screen

This commit is contained in:
MM20
2025-11-23 20:07:13 +01:00
parent bb2874bb69
commit 253800693c
8 changed files with 91 additions and 7 deletions

View File

@@ -87,7 +87,7 @@ class TypographyRepository(
get() = Typography(
id = SystemFontId,
builtIn = true,
name = context.getString(R.string.preference_font_system),
name = context.getString(R.string.preference_value_system_default),
fonts = mapOf(
"brand" to FontFamily.DeviceHeadline,
"plain" to FontFamily.DeviceBody,