move validationStrings out of strings in lang/form

This commit is contained in:
Harvey Tindall
2021-01-18 22:06:50 +00:00
parent 26a1f30d32
commit 1aadd12006
9 changed files with 128 additions and 104 deletions
+1 -1
View File
@@ -147,7 +147,7 @@ type setting struct {
}
type section struct {
Meta meta `json:"meta"`
Meta langMeta `json:"meta"`
Order []string `json:"order"`
Settings map[string]setting `json:"settings"`
}