@@ -11,6 +11,10 @@ func (t Language) GetPath() string {
return "/" + string(t)
}
func (t Language) ToString() string {
return string(t)
type GlobalI18nTexts interface {
Add(text I18nText) GlobalI18nTexts
GetAllTexts() []I18nText
The note is not visible to the blocked user.