locale

package
v0.0.0-...-964c2da Latest Latest
Warning

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

Go to latest
Published: Sep 6, 2020 License: GPL-3.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

View Source
const (
	PERMISSION = "locale"
	LOCALEPATH = "/etc/locale"
)

Variables

View Source
var (
	LOCALES = []string{"en_US", "de_DE", "fr_FR", "nl_NL"}
)
View Source
var Service = new(locale)

Functions

This section is empty.

Types

type Locale

type Locale interface {
	RegisterOnLocaleChangeCallback(func(locale string))
	GetLocale() (string, error)
	SetLocale(token, locale string) (error, bool)
	GetAllowedLocales() []string
}

Jump to

Keyboard shortcuts

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