1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-24 14:31:44 +01:00

feat: defaults locale to auto (#2711)

This commit is contained in:
Amir Raminfar
2024-01-18 08:56:38 -08:00
committed by GitHub
parent 89fe9e6b91
commit 0c33d0f921
10 changed files with 20 additions and 5 deletions

View File

@@ -33,6 +33,7 @@ type Settings struct {
LightTheme string `json:"lightTheme,omitempty"`
HourStyle string `json:"hourStyle,omitempty"`
DateLocale string `json:"dateLocale,omitempty"`
Locale string `json:"locale"`
}
type Profile struct {