pub fn load_from_dirs(locale_dir: impl AsRef<Path>) -> Result<()>
Expand description

Init I18n translations from build.rs.

This will load all translations by glob **/*.yml from the given path and prepare a file to be included in the compiled proc macro.