feat(ui): added locale to UIPreferences (#4741)

This commit is contained in:
meld-cp
2025-08-08 23:41:35 +02:00
committed by GitHub
parent 3273e2f69c
commit 77f2e5581f

View File

@@ -295,4 +295,5 @@ type UIPreferences struct {
FontSize string `json:"fontSize"` // Specifies the font size used by the UI
PageSize int `json:"pageSize"` // A page size; the actual possible values will only be provided by the frontend
Language string `json:"language"` // Specifies the language used by the UI
Locale string `json:"locale"` // Specifies the locale used by the UI for formatting numbers and dates
}