don't set "en" as the default language, use the preferred language of the browser (#2018)

This commit is contained in:
Athou
2026-01-17 20:09:23 +01:00
parent 0f8d91d997
commit 714681bc50
3 changed files with 2 additions and 3 deletions

View File

@@ -243,7 +243,7 @@ export interface SharingSettings {
}
export interface Settings {
language: string
language?: string
readingMode: ReadingMode
readingOrder: ReadingOrder
showRead: boolean