fix language settings loading

This commit is contained in:
Harvey Tindall
2021-01-21 14:16:03 +00:00
parent 27ac0bf43e
commit 882a3467db
5 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -147,7 +147,7 @@ type setting struct {
}
type section struct {
Meta langMeta `json:"meta"`
Meta meta `json:"meta"`
Order []string `json:"order"`
Settings map[string]setting `json:"settings"`
}