1
0
Fork 0
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:
Harvey Kandola 2022-03-16 17:39:01 -04:00
parent df534f72fa
commit 7255eb4f56
5 changed files with 16 additions and 5 deletions

View file

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