package
0.14.2
Repository: https://github.com/cloudnative-zoo/go-commons.git
Documentation: pkg.go.dev

# Functions

BatchTranslate translates a batch of texts into the target language.
IsValidLanguage checks if the provided language is one of the allowed languages.
TranslateText translates the given text into the target language.

# Constants

Define valid languages using iota for better maintainability.
Define valid languages using iota for better maintainability.
Define valid languages using iota for better maintainability.
Define valid languages using iota for better maintainability.

# Variables

ErrInvalidLanguage is returned when an invalid language is provided.

# Type aliases

Language represents a language code.