-
Improvement
-
Resolution: Unresolved
-
Major
-
4.6.0
-
None
-
None
-
1 - Middle term
-
1 - Easy
It should be nice to have named parameters instead of numbered parameters, like this, we would be able to have several available parameters without thinking of parameter order for each case in i18n keys.
Note: for compliance with old keys, we can do this: params.put("0", myValue);