@@ -14,7 +14,7 @@ type GlobalI18nTexts interface {
GetAllTexts() []I18nText
}
var GlobalI18n GlobalI18nTexts
var GlobalI18n GlobalI18nTexts = GlobalI18nImplementation{i18nTexts: make(map[string]I18nText)}
type GlobalI18nImplementation struct {
i18nTexts map[string]I18nText
The note is not visible to the blocked user.