Closed (duplicate)
Project:
Views (for Drupal 7)
Version:
7.x-3.x-dev
Component:
Code
Priority:
Minor
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
11 Aug 2012 at 01:04 UTC
Updated:
2 Jul 2013 at 13:13 UTC
Jump to comment: Most recent file
Comments
Comment #1
acrollet commentedComment #3
acrollet commentedre-generated patch against 7.x-3.x-dev.
Comment #4
ygerasimov commentedI believe for such cases you really need to use format_plural() function instead of adding 's'. The problem comes when the language is not English.
Even in English you have exceptions like "1 mouse" but "10 mice".
Comment #5
acrollet commentedclosing in favor of #1793500: Add plural format to views_handler_area_result.