Open
Description
As a developer, I would like to know when I forget to provide interpolation values. Do you have some best practice to do that?
Throwing exception is probably too much, but a warning is too little :)
polyglot.extend({
"hello_name": "Hola, %{name}."
});
polyglot.t("hello_name", {});
=> "Hola, %{name}." // => 💣💥
Metadata
Metadata
Assignees
Labels
No labels