Loads translations from YAML files.
Loads yaml file with translations
load(String.t) :: Map.t
Loads yaml file with translations.
locale
String
iex> ExI18n.Loader.YAML.load("en") %{"hello" => "world"}