File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ defmodule Money do
141141 * `:backend` is any module that includes `use Cldr` and therefore
142142 is a `Cldr` backend module. The default is `Money.default_backend!/0`.
143143
144- * `:separators` is an atom that selects which of the available symbol
144+ * `:separators` selects which of the available symbol
145145 sets should be used when attempting to parse a string into a number.
146146 The default is `:standard`. Some limited locales have an alternative `:us`
147147 variant that can be used. See `Cldr.Number.Symbol.number_symbols_for/3`
@@ -310,6 +310,8 @@ defmodule Money do
310310
311311 * `amount` is an integer, float or Decimal
312312
313+ * `options` is a keyword list of options. See `Money.new/3`.
314+
313315 ## Examples
314316
315317 Money.new!(:XYZZ, 100)
Original file line number Diff line number Diff line change 11defmodule Money.Mixfile do
22 use Mix.Project
33
4- @ version "5.20.0-dev "
4+ @ version "5.20.0"
55
66 def project do
77 [
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ defmodule Money.Cldr do
77 use Cldr ,
88 locales: [
99 "en" ,
10+ "en-ZA" ,
1011 "bn" ,
1112 "de" ,
1213 "it" ,
You can’t perform that action at this time.
0 commit comments