i18n

package
v0.1.12 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 25, 2025 License: GPL-3.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Localizer

type Localizer struct {
	// contains filtered or unexported fields
}

func GetInstance

func GetInstance() (*Localizer, error)

func (*Localizer) Localize

func (l *Localizer) Localize(messageID string, templateData *map[string]any) (string, error)