GettextLLM.Gettext (gettext_llm v0.1.1)

Gettext folder & file scanning functions.

Summary

Functions

scan_root_folder(gettext_root_path)

@spec scan_root_folder(Path.t()) ::
  {:ok, [%{language_code: String.t(), files: [Path.t()]}]} | {:error, any()}