GettextLLM (gettext_llm v0.1.5)

Gettext LLM main functions.

Summary

Functions

get_config()

@spec get_config() :: GettextLLM.Translator.Specs.config()

translate(module, config, root_gettext_path)

@spec translate(module(), GettextLLM.Translator.Specs.config(), Path.t()) ::
  {:ok, non_neg_integer()} | {:error, any()}