style: move time format to language

This commit is contained in:
Twig 2025-08-11 04:13:47 +02:00
parent 395dd6cf9b
commit b7eb404d0f
Signed by: twig
SSH key fingerprint: SHA256:nBO+OwpTkd8LYhe38PIqdxmDvkIg9Vw2EbrRZM97dkU
4 changed files with 22 additions and 35 deletions

View file

@ -4,7 +4,4 @@ export interface ClientSettings {
selectedThemeLayout?: string // URL
}
export interface TimeFormat {
index: number,
format: "auto" | "12" | "24"
}
export type TimeFormat = "Auto" | "4:18 PM" | "16:18"