Andrey Akulov
Andrey Akulov
I don't understand the trouble. Can you write an example for me?
I don't see why it can't be achieved. Can you drop the code snippet and point the current and expected behavior?
Sorry, I don't really get what you mean by "need to fill new translation key". Some examples of code would definitely help here. Anyway I think [this](url) link I posted...
My initial need was to format monetary type from money package (I know it has it's own functions to format) via &number_to_delimited/2. ```elixir defimpl Number.Conversion, for: Money do @moduledoc false...