Cldr.Config.locale_path
You're seeing just the function
locale_path
, go back to Cldr.Config module for more information.
Specs
locale_path(String.t(), Cldr.backend() | t()) :: {:ok, String.t()} | {:error, :not_found}
Returns the location of the json data for a locale or nil
if the locale can't be found.
locale
is any locale returned fromCldr.known_locale_names/1