Skip to content

Commit

Permalink
Use Cldr.Locale.Loader.known_locale_names/1
Browse files Browse the repository at this point in the history
  • Loading branch information
kipcole9 committed Oct 25, 2021
1 parent c27dab3 commit 877b4f7
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## Cldr_Lists v2.9.0-rc.2

This is the changelog for Cldr_lists v2.9.0-rc.2 released on October 25th, 2021. For older changelogs please consult the release tag on [GitHub](https://github.com/kipcole9/cldr_lists/tags)

### Deprecations

* Don't call deprecated `Cldr.Config.known_locale_names/1`, call `Cldr.Locale.Loader.known_locale_names/1` instead.

## Cldr_Lists v2.9.0-rc.1

This is the changelog for Cldr_lists v2.9.0-rc.1 released on October 24th, 2021. For older changelogs please consult the release tag on [GitHub](https://github.com/kipcole9/cldr_lists/tags)
Expand Down
2 changes: 1 addition & 1 deletion lib/cldr/list/backend.ex
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ defmodule Cldr.List.Backend do
@spec list_patterns_for(Cldr.Locale.locale_name()) :: map()
@spec list_formats_for(Cldr.Locale.locale_name()) :: [atom]

for locale_name <- Cldr.Config.known_locale_names(config) do
for locale_name <- Cldr.Locale.Loader.known_locale_names(config) do
patterns =
locale_name
|> Cldr.Locale.Loader.get_locale(config)
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Cldr.Lists.Mixfile do
use Mix.Project

@version "2.9.0-rc.1"
@version "2.9.0-rc.2"

def project do
[
Expand Down
6 changes: 3 additions & 3 deletions mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"earmark": {:hex, :earmark, "1.4.7", "7b5f0474469688f5514948a4e0c42955a5690d165deaf19c8eb950a3443a40f3", [:mix], [], "hexpm", "0a55a49ee6fa8bc8678f894dfa8a882af6fe8deb65aed6856122226db5b0fe5b"},
"earmark_parser": {:hex, :earmark_parser, "1.4.16", "607709303e1d4e3e02f1444df0c821529af1c03b8578dfc81bb9cf64553d02b9", [:mix], [], "hexpm", "69fcf696168f5a274dd012e3e305027010658b2d1630cef68421d6baaeaccead"},
"erlex": {:hex, :erlex, "0.2.6", "c7987d15e899c7a2f34f5420d2a2ea0d659682c06ac607572df55a43753aa12e", [:mix], [], "hexpm", "2ed2e25711feb44d52b17d2780eabf998452f6efda104877a3881c2f8c0c0c75"},
"ex_cldr": {:hex, :ex_cldr, "2.24.0-rc.5", "9f3a2093a6e7ecb6fa2dd8662f1d122a59fe234df35308fd0dfcd097deff0888", [:mix], [{:castore, "~> 0.1", [hex: :castore, repo: "hexpm", optional: true]}, {:certifi, "~> 2.5", [hex: :certifi, repo: "hexpm", optional: true]}, {:cldr_utils, "~> 2.17-rc", [hex: :cldr_utils, repo: "hexpm", optional: false]}, {:decimal, "~> 1.6 or ~> 2.0", [hex: :decimal, repo: "hexpm", optional: false]}, {:gettext, "~> 0.13", [hex: :gettext, repo: "hexpm", optional: true]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: true]}, {:nimble_parsec, "~> 0.5 or ~> 1.0", [hex: :nimble_parsec, repo: "hexpm", optional: true]}, {:plug, "~> 1.9", [hex: :plug, repo: "hexpm", optional: true]}], "hexpm", "f2424dce695ad5da2979ebfd16eee4875ff431b0559d505cab71517bd1011494"},
"ex_cldr_currencies": {:hex, :ex_cldr_currencies, "2.12.0-rc.0", "2e8fa788282140916d4034b1cfdf6b290e4394301b5637506976fa2baa9889e9", [:mix], [{:ex_cldr, "~> 2.24-rc", [hex: :ex_cldr, repo: "hexpm", optional: false]}, {:ex_doc, "~> 0.18", [hex: :ex_doc, repo: "hexpm", optional: true]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: true]}], "hexpm", "ef8fb5e228b324ddef95b180e5b385554ae58da9d2ebbaf39b38872476755f22"},
"ex_cldr_numbers": {:hex, :ex_cldr_numbers, "2.23.0-rc.2", "9bb6aa05db57f3ed23467107ccbf80e908ed4d9bc269db170ef38fee24ca10a5", [:mix], [{:decimal, "~> 1.6 or ~> 2.0", [hex: :decimal, repo: "hexpm", optional: false]}, {:ex_cldr, "~> 2.24-rc", [hex: :ex_cldr, repo: "hexpm", optional: false]}, {:ex_cldr_currencies, "~> 2.12-rc", [hex: :ex_cldr_currencies, repo: "hexpm", optional: false]}, {:ex_doc, "~> 0.18", [hex: :ex_doc, repo: "hexpm", optional: true]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: true]}], "hexpm", "dc381b063d234036f5b4c074dda9f027fd549ca1a61206941541827384ab4620"},
"ex_cldr": {:hex, :ex_cldr, "2.24.0-rc.6", "1e47bb5f16b789dd0f0195d9bdce541c96874ee42daf8aeb6170f38ac1c471ea", [:mix], [{:castore, "~> 0.1", [hex: :castore, repo: "hexpm", optional: true]}, {:certifi, "~> 2.5", [hex: :certifi, repo: "hexpm", optional: true]}, {:cldr_utils, "~> 2.17-rc", [hex: :cldr_utils, repo: "hexpm", optional: false]}, {:decimal, "~> 1.6 or ~> 2.0", [hex: :decimal, repo: "hexpm", optional: false]}, {:gettext, "~> 0.13", [hex: :gettext, repo: "hexpm", optional: true]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: true]}, {:nimble_parsec, "~> 0.5 or ~> 1.0", [hex: :nimble_parsec, repo: "hexpm", optional: true]}, {:plug, "~> 1.9", [hex: :plug, repo: "hexpm", optional: true]}], "hexpm", "a002345782696cbdc5cb0f03db2f49144f3f9c6fdf2f92a2e1d91746a4d66425"},
"ex_cldr_currencies": {:hex, :ex_cldr_currencies, "2.12.0-rc.1", "ed9ee322ddbb58c44fcf3833a0bca42edb74974805ac61ccff186f432cd2c91d", [:mix], [{:ex_cldr, "~> 2.24-rc", [hex: :ex_cldr, repo: "hexpm", optional: false]}, {:ex_doc, "~> 0.18", [hex: :ex_doc, repo: "hexpm", optional: true]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: true]}], "hexpm", "3a48b2fac6ed42589c20e3894170598719204427240f53ea9d0f8c60ebc24814"},
"ex_cldr_numbers": {:hex, :ex_cldr_numbers, "2.23.0-rc.3", "77f85d021b3c9e50229e4f067cca06cf32454c3ce8625463d9f1555ad555ec08", [:mix], [{:decimal, "~> 1.6 or ~> 2.0", [hex: :decimal, repo: "hexpm", optional: false]}, {:ex_cldr, "~> 2.24-rc", [hex: :ex_cldr, repo: "hexpm", optional: false]}, {:ex_cldr_currencies, "~> 2.12-rc", [hex: :ex_cldr_currencies, repo: "hexpm", optional: false]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: true]}], "hexpm", "eec42f46c1290ad13e67e5b2b5f9340995e6a2c6db1d57dfe3fbac4f226695ba"},
"ex_doc": {:hex, :ex_doc, "0.25.5", "ac3c5425a80b4b7c4dfecdf51fa9c23a44877124dd8ca34ee45ff608b1c6deb9", [:mix], [{:earmark_parser, "~> 1.4.0", [hex: :earmark_parser, repo: "hexpm", optional: false]}, {:makeup_elixir, "~> 0.14", [hex: :makeup_elixir, repo: "hexpm", optional: false]}, {:makeup_erlang, "~> 0.1", [hex: :makeup_erlang, repo: "hexpm", optional: false]}], "hexpm", "688cfa538cdc146bc4291607764a7f1fcfa4cce8009ecd62de03b27197528350"},
"jason": {:hex, :jason, "1.2.2", "ba43e3f2709fd1aa1dce90aaabfd039d000469c05c56f0b8e31978e03fa39052", [:mix], [{:decimal, "~> 1.0 or ~> 2.0", [hex: :decimal, repo: "hexpm", optional: true]}], "hexpm", "18a228f5f0058ee183f29f9eae0805c6e59d61c3b006760668d8d18ff0d12179"},
"makeup": {:hex, :makeup, "1.0.5", "d5a830bc42c9800ce07dd97fa94669dfb93d3bf5fcf6ea7a0c67b2e0e4a7f26c", [:mix], [{:nimble_parsec, "~> 0.5 or ~> 1.0", [hex: :nimble_parsec, repo: "hexpm", optional: false]}], "hexpm", "cfa158c02d3f5c0c665d0af11512fed3fba0144cf1aadee0f2ce17747fba2ca9"},
Expand Down

0 comments on commit 877b4f7

Please sign in to comment.