config

package
v0.0.0-...-df29485 Latest Latest
Warning

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

Go to latest
Published: Jun 4, 2025 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	LanguageBundle *i18n.Bundle
)
View Source
var Languages = []Language{
	"en", "he", "ru", "ar",
}
View Source
var LocaleFS embed.FS

Functions

func GetText

func GetText(id string, lang Language) string

func GetTextOptional

func GetTextOptional(id string, lang Language, def string) string

func Init

func Init()

Types

type Language

type Language string