package
0.0.0-20240927105425-f6cbe64b58da
Repository: https://github.com/gxde-os/golang-gxde-dev.git
Documentation: pkg.go.dev

# Functions

Key creates a message Reference for a message where the given id is used for message lookup and the fallback is returned when no matches are found.
NewPrinter returns a Printer that formats messages tailored to language t.
SetString calls SetString on the default Catalog.

# Variables

DefaultCatalog is used by SetString.

# Structs

A Catalog holds translations for messages for supported languages.
A Printer implements language-specific formatted I/O analogous to the fmt package.

# Interfaces

A Reference is a string or a message reference.