translator

package module
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Feb 22, 2024 License: MIT Imports: 10 Imported by: 1

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 added in v0.1.1

type Config struct {
	Dir      string
	FileType string
}

type Translator

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

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