Changes between Initial Version and Version 1 of Ticket #34308, comment 9
- Timestamp:
- 11/12/2015 12:48:00 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34308, comment 9
initial v1 3 3 If a language needs a specific rule for the "one" case, then it can already do that without any code changes. So, my question is: What is the specific case where this is needed? What can not be accomplished currently using a Plural-Forms ruleset? 4 4 5 Edit: I agree that `_n( 'One item', '%d items', $number )` is an incorrect use of _n. Both strings for _n should always specify a number, not "One item".