-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Do not depend on default_backend when the backend is explicitly passed #108
Comments
Great idea - I did not know about |
I've updated ex_cldr and ex_cldr_numbers to use You would also like me to add a |
Yeah, having it as another provides was what I was thinking about. |
Added in ex_money version 4.3.0. Just add |
Using
Keyword.get_lazy
andKeyword.put_new_lazy
it is possible to not need to call for thedefault_backend
and therefore not fail if it's not present (or needed).Usecase is that I'd much rather have
MyApp.CldrBackend.Money.to_string
than needing configuration or passing opts. Basically like other cldr companion libraries work as well.The text was updated successfully, but these errors were encountered: