@@ -21,7 +21,7 @@ type GlobalI18nImplementation struct {
}
func (g GlobalI18nImplementation) GetAllTexts() []I18nText {
allTexts := make([]I18nText, len(g.i18nTexts))
var allTexts []I18nText
for _, value := range g.i18nTexts {
allTexts = append(allTexts, value)
The note is not visible to the blocked user.