elixir-cldr / cldr

Elixir implementation of CLDR/ICU

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cldr.known_territories/0 returns valid territories, not known

kipcole9 opened this issue · comments

Cldr.known_territories/0 uses validity data. That data includes codes that are valid but not known (have localisation data). Since the status is encoded in the source data, this function should omit validity date in the "deprecated", "reserved" and "unknown" categories.