translator

package
v0.2.10 Latest Latest
Warning

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

Go to latest
Published: Oct 8, 2024 License: MIT, MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Json = "json"
	Yaml = "yaml"
	Toml = "toml"
)

Variables

View Source
var (
	ErrorInvalidDir = errors.New("dir does not exist")
)

Functions

This section is empty.

Types

type Config

type Config struct {
	Dir      string
	FileType string
}

type Translator

type Translator interface {
	Translate(langCode, key string, args ...map[string]any) string
	Extend(langCode string, locales map[string]string) Translator
}

func New

func New(config ...Config) Translator

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL