mirror of
https://github.com/kopia/kopia.git
synced 2025-12-23 22:57:50 -05:00
feat(ui): added locale to UIPreferences (#4741)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user