mirror of
https://github.com/documize/community.git
synced 2025-07-24 15:49:44 +02:00
Implement basic i18n client-side foundation
This commit is contained in:
parent
59c929d251
commit
8a25509019
9 changed files with 33 additions and 18 deletions
|
@ -45,4 +45,5 @@ type SiteMeta struct {
|
|||
Location string `json:"location"` // reserved for internal use
|
||||
Theme string `json:"theme"` // default side-wide theme, user overrideble
|
||||
Configured bool `json:"configured"` // is Documize instance configured
|
||||
Locale string `json:"locale"` // server default locale
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue