Documentation ¶ Index ¶ Constants func Available() ([]string, error) func MustHave(t *testing.T) type Catalog func Load(lang string) (*Catalog, error) func (c *Catalog) Code() string func (c *Catalog) Has(key string) bool func (c *Catalog) T(key string, args ...any) string Constants ¶ View Source const DefaultLang = "en" Variables ¶ This section is empty. Functions ¶ func Available ¶ func Available() ([]string, error) func MustHave ¶ func MustHave(t *testing.T) Types ¶ type Catalog ¶ type Catalog struct { // contains filtered or unexported fields } func Load ¶ func Load(lang string) (*Catalog, error) func (*Catalog) Code ¶ func (c *Catalog) Code() string func (*Catalog) Has ¶ func (c *Catalog) Has(key string) bool func (*Catalog) T ¶ func (c *Catalog) T(key string, args ...any) string Source Files ¶ View all Source files catalog.goloader.gotesting.go Click to show internal directories. Click to hide internal directories.