Documentation
¶
Overview ¶
package i18n handles internationalization for Keymaster. It uses go-i18n to load and manage translation files, and provides a simple interface for the rest of the application to get translated strings.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAvailableLocales ¶ added in v1.4.0
GetAvailableLocales returns a map of language codes to their display names.
func GetLang ¶ added in v1.3.2
func GetLang() string
GetLang returns the currently active language code.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.