i am using translate-n for plurals string as shown below <div ng-message="max" translate-n="total" translate-plural="* Your priority available {{total}} %."> Your Priority available only 1%.</div> total variable value is 40 excepted output :Your priority available 40 %. original(problem ) output:Your Priority available only 1%. every time get message like that