GettextLLM.Translator.TranslatorTest (gettext_llm v0.1.5)

Various translation functions for testing purposes.

Summary

Functions

translate(config, opts)

@spec translate(
  GettextLLM.Translator.Specs.config(),
  GettextLLM.Translator.Specs.opts()
) ::
  {:ok, String.t()} | {:error, any()}

Callback implementation for GettextLLM.Translator.Translator.translate/2.