mod: add clock settings tab, timezone support, and clock size option
Fix clock persistence bug caused by stale legacy read in settings deserialization. Add clock size setting (Small/Medium/Large) and timezone selection with North American presets plus custom UTC offset. Move all clock-related settings into a dedicated Clock tab, rename "Home Screen Clock" to "Clock", and move minute-change detection to main loop so the header clock updates on every screen. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -85,6 +85,7 @@ STR_CAT_DISPLAY: "Pantalla"
|
||||
STR_CAT_READER: "Lector"
|
||||
STR_CAT_CONTROLS: "Control"
|
||||
STR_CAT_SYSTEM: "Sistema"
|
||||
STR_CAT_CLOCK: "Reloj"
|
||||
STR_SLEEP_SCREEN: "Salva Pantallas"
|
||||
STR_SLEEP_COVER_MODE: "Modo de salva pantallas"
|
||||
STR_STATUS_BAR: "Barra de estado"
|
||||
@@ -316,7 +317,21 @@ STR_BOOK_S_STYLE: "Estilo del libro"
|
||||
STR_EMBEDDED_STYLE: "Estilo integrado"
|
||||
STR_OPDS_SERVER_URL: "URL del servidor OPDS"
|
||||
STR_CHOOSE_SOMETHING: "Elige algo para leer"
|
||||
STR_HOME_SCREEN_CLOCK: "Reloj de pantalla de inicio"
|
||||
STR_CLOCK: "Reloj"
|
||||
STR_CLOCK_AMPM: "AM/PM"
|
||||
STR_CLOCK_24H: "24 horas"
|
||||
STR_SET_TIME: "Establecer hora"
|
||||
STR_CLOCK_SIZE: "Clock Size"
|
||||
STR_CLOCK_SIZE_SMALL: "Small"
|
||||
STR_CLOCK_SIZE_MEDIUM: "Medium"
|
||||
STR_CLOCK_SIZE_LARGE: "Large"
|
||||
STR_TIMEZONE: "Timezone"
|
||||
STR_TZ_UTC: "UTC"
|
||||
STR_TZ_EASTERN: "Eastern"
|
||||
STR_TZ_CENTRAL: "Central"
|
||||
STR_TZ_MOUNTAIN: "Mountain"
|
||||
STR_TZ_PACIFIC: "Pacific"
|
||||
STR_TZ_ALASKA: "Alaska"
|
||||
STR_TZ_HAWAII: "Hawaii"
|
||||
STR_TZ_CUSTOM: "Custom"
|
||||
STR_SET_UTC_OFFSET: "Set UTC Offset"
|
||||
|
||||
Reference in New Issue
Block a user