translation

package module
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Aug 14, 2025 License: MIT Imports: 5 Imported by: 1

README

flam-translation

flam-translation is a flam-in-go extension to provide translation functionalities

Documentation

Index

Constants

View Source
const (
	TranslatorCreatorGroup  = "flam.translation.translators.creator"
	TranslatorDriverEnglish = "flam.translation.translators.driver.english"

	PathTranslators = "flam.translation.translators"
)

Variables

View Source
var (
	ErrLanguageNotFound = errors.New("translator language not found")
)

Functions

func NewProvider

func NewProvider() flam.Provider

Types

type Facade

type Facade interface {
	HasTranslator(id string) bool
	ListTranslators() []string
	GetTranslator(id string) (Translator, error)
	AddTranslator(id string, translator Translator) error
}

type Translator

type Translator interface {
	ut.Translator
}

type TranslatorCreator

type TranslatorCreator interface {
	Accept(config flam.Bag) bool
	Create(config flam.Bag) (Translator, error)
}

Jump to

Keyboard shortcuts

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