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:
Christoph Anderson
2024-04-06 07:10:11 +02:00
committed by GitHub
parent e7d39ccc7c
commit db5d868b5f

View File

@@ -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
}