i18n

package
v1.4.366 Latest Latest
Warning

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

Go to latest
Published: Jan 3, 2026 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Init

func Init(locale string) (*i18n.Localizer, error)

Init initializes the i18n bundle and localizer. It loads the specified locale and falls back to English if loading fails. Translation files are searched in the user config directory and downloaded from GitHub if missing.

If locale is empty, it will attempt to detect the system locale from environment variables (LC_ALL, LC_MESSAGES, LANG) following POSIX standards.

func T

func T(messageID string) string

T returns the localized string for the given message id. If the translator is not initialized, it will automatically initialize with system locale detection.

Types

This section is empty.

Jump to

Keyboard shortcuts

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