About [[Mifos:Ui-EXCEEDING NUMBER OF DIGITS AFTER DECIMAL SEPARATOR FOR MONEY/en]]

In PHP using gettext extraction, you'd need something like this:

<?php
  sprintf(ngettext('Only %d digit after decimal separator is allowed',
                   'Only %d digits after decimal separator are allowed',
                   $digitsAllowed),
         $digitsAllowed);

I do not know which language Mifos is written in. We can probably provide examples for plural implementations in at least PHP, Ruby and Java.

Siebrand16:25, 12 April 2011

Mifos is written in Java. It uses Spring MVC and Freemarker as well as Javascript.

Jasmine01:20, 15 April 2011

A JIRA task has been filed to properly implement plurals in i18n framework.

http://mifosforge.jira.com/browse/MIFOS-4946

Jasmine06:42, 19 April 2011

Excellent progress, Jasmine. Thanks.

Siebrand06:51, 19 April 2011