Versions in this module Expand all Collapse all v1 v1.0.0 Dec 19, 2025 Changes in this version + func NewApp() (*fiber.App, error) + func Serve(addr string) error + func ServeWithListener(ln net.Listener) (*fiber.App, <-chan error, error) + type Job struct + Done int + ID string + Message string + Status string + Total int + UpdatedAt time.Time + type Payload struct + AvailableLanguages []string + Entries []UILocalization + FileName string + SourceLanguage string + TotalStrings int + Warning string + type ProviderConfig struct + APIBaseURL string + APIKey string + AppID string + AppSecret string + Formality string + Glossary string + IsFree bool + MaxTokens int + Model string + Temperature float64 + type ServerState struct + type TranslateRequest struct + Concurrency int + Config ProviderConfig + Provider string + SourceLanguage string + TargetLanguages []string + TimeoutSeconds int + type UILocalization struct + Key string + Missing []string + Source string + State string + Translations map[string]string v1.0.0-beta.4 Dec 10, 2025 v1.0.0-beta.3 Dec 10, 2025