Cldr.Config.locale_path

You're seeing just the function locale_path, go back to Cldr.Config module for more information.
Link to this function

locale_path(locale, config)

View Source

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.