i18n

package
v1.2.1 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func SetLocale added in v1.2.0

func SetLocale(l Locale)

func Tr

func Tr(msg string, args ...interface{}) string

Tr returns msg translated to the selected locale the msg argument must be a literal string

Types

type Locale added in v1.2.0

type Locale interface {
	Get(msg string, args ...interface{}) string
}