About [[Mifos:Pd-errors.mandatoryconfig/en]]
Excuse me, I did not understood your question well.
Hope this answer will be more clear: {0} is min/max/defaultString under where we put: "Min" "Max" "Default" {1} is label, where we put text: "Interest" {2} is prdrate, where we put: "rate"
Is this what you have expected?
Yes. That's the answer I was looking for.
If you look at how that "sentence" (or in this case really string) is constructed in the UI, could you agree that this may lead to big problems with localisation?
The options we have here are:
- Please specify the Min Interest rate.
- Please specify the Max Interest rate.
- Please specify the Default Interest rate.
Would it be possible to simply have 3 strings, without any variables in them? That would completely fix the i18n issues in this case.
It would indeed be possible, so I created a ticket for this issue.
You can track the progress under this url: https://mifosforge.jira.com/browse/MIFOS-6102.
The ticket has been finished and the functionality will be available in the next (2.6.3) Mifos release.