Add an index route
This commit is contained in:
@@ -14,7 +14,7 @@ type GlobalI18nTexts interface {
|
|||||||
GetAllTexts() []I18nText
|
GetAllTexts() []I18nText
|
||||||
}
|
}
|
||||||
|
|
||||||
var GlobalI18n GlobalI18nTexts
|
var GlobalI18n GlobalI18nTexts = GlobalI18nImplementation{i18nTexts: make(map[string]I18nText)}
|
||||||
|
|
||||||
type GlobalI18nImplementation struct {
|
type GlobalI18nImplementation struct {
|
||||||
i18nTexts map[string]I18nText
|
i18nTexts map[string]I18nText
|
||||||
|
|||||||
Reference in New Issue
Block a user