mirror of
https://github.com/documize/community.git
synced 2025-07-24 07:39:43 +02:00
i18n server-side strings
This commit is contained in:
parent
df534f72fa
commit
7255eb4f56
5 changed files with 16 additions and 5 deletions
|
@ -32,6 +32,7 @@ type Organization struct {
|
|||
Active bool `json:"active"`
|
||||
Subscription string `json:"subscription"`
|
||||
Theme string `json:"theme"`
|
||||
Locale string `json:"locale"`
|
||||
}
|
||||
|
||||
// StripSecrets removes sensitive information.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue