Unify json prop names for both translation structs
This commit is contained in:
@@ -7,7 +7,7 @@ type (
|
||||
Resource string `json:"resource"`
|
||||
Lang string `json:"lang"`
|
||||
Key string `json:"key"`
|
||||
Msg string `json:"msg"`
|
||||
Msg string `json:"message"`
|
||||
}
|
||||
|
||||
ResourceTranslationIndex map[string]*ResourceTranslation
|
||||
|
||||
Reference in New Issue
Block a user