# 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.
# Variables
ErrInvalidLanguage is returned when an invalid language is provided.
# Type aliases
Language represents a language code.