mirror of
https://github.com/kopia/kopia.git
synced 2026-05-18 19:54:37 -04:00
feat(ui): Add language support for kopiaUI (#3768)
* Add multi-language support * Adding a guidline to outline the localisation process. * Moved doc to separate pr --------- Co-authored-by: lupusA <lupuapps@gmail.com>
This commit is contained in:
committed by
GitHub
parent
e7d39ccc7c
commit
db5d868b5f
@@ -294,4 +294,5 @@ type UIPreferences struct {
|
||||
Theme string `json:"theme"` // Specifies the theme used by the UI
|
||||
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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user