adamsaghy commented on code in PR #5038:
URL: https://github.com/apache/fineract/pull/5038#discussion_r2580292190


##########
fineract-command/src/test/resources/org/apache/fineract/messages.properties:
##########
@@ -69,3 +69,7 @@ 
org.apache.fineract.common.validation.time.DurationMax.message=must be shorter t
 org.apache.fineract.common.validation.time.DurationMin.message=must be longer 
than${inclusive == true ? ' or equal to' : ''}${days == 0 ? '' : days == 1 ? ' 
1 day' : ' ' += days += ' days'}${hours == 0 ? '' : hours == 1 ? ' 1 hour' : ' 
' += hours += ' hours'}${minutes == 0 ? '' : minutes == 1 ? ' 1 minute' : ' ' 
+= minutes += ' minutes'}${seconds == 0 ? '' : seconds == 1 ? ' 1 second' : ' ' 
+= seconds += ' seconds'}${millis == 0 ? '' : millis == 1 ? ' 1 milli' : ' ' += 
millis += ' millis'}${nanos == 0 ? '' : nanos == 1 ? ' 1 nano' : ' ' += nanos 
+= ' nanos'}
 # dummy
 org.apache.fineract.dummy.request.content.not-empty=Dummy request content must 
have a value
+
+# Interest Rate Chart validation messages

Review Comment:
   Why these validation messages are duplicated? (fineract-command and 
fineract-provider module)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to