i18n

package
v0.0.0-...-a532a67 Latest Latest
Warning

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

Go to latest
Published: Apr 16, 2024 License: LGPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type I18N

type I18N interface {
	// Set main translations
	Set(values map[string]string)
	// SetDefault default translations (can be overwritten by Set).
	SetDefault(values map[string]string)
	// Translate return translate for key
	Translate(key string, values ...interface{}) (string, error)
}

I18N contains translation plain map

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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