elixir-cldr / cldr

Elixir implementation of CLDR/ICU
Other
447 stars 33 forks source link

`Cldr.LanguageTag.parse` expects binary #169

Closed LostKobrakai closed 2 years ago

LostKobrakai commented 2 years ago

Cldr.LanguageTag.parse expects binary, but the documentation says it accepts items returned from Cldr.known_locale_names, which seems to return a list of atoms with 2.26.

kipcole9 commented 2 years ago

Thanks @LostKobrakai for the report, much appreciated. Fixed and published a new version of the docs.