Skip to content

Commit

Permalink
🚨 Silence compiler warnings about CLDR backends
Browse files Browse the repository at this point in the history
  • Loading branch information
randycoulman committed Jul 12, 2024
1 parent 1b11309 commit b31456f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/freedom_account/cldr.ex
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ defmodule FreedomAccount.Cldr do
Most function calls in Cldr will be calls
to functions on this module.
"""
use Cldr, locales: ["en"], default_locale: "en"
use Cldr, default_locale: "en", locales: ["en"], providers: [Money]
end

0 comments on commit b31456f

Please sign in to comment.