elixir-cldr / cldr

Elixir implementation of CLDR/ICU

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`Cldr.LanguageTag.parse` expects binary

LostKobrakai opened this issue · comments

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.

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