Changes between Initial Version and Version 1 of Ticket #1322, comment 2
- Timestamp:
- 10/09/2015 02:44:09 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1322, comment 2
initial v1 4 4 I see the correct form in the page source, but then it gets replaced with an incorrect form from JS. 5 5 6 So essentially there's no plural forms support at all, and the correct string for initial input is misleading. Not all languages have only two plural forms :)6 So essentially there's no plural forms support at all, and the correct string for initial output is misleading. Not all languages have only two plural forms :) 7 7 8 8 The JS also has another bug: if there's exactly 1 vote, it prints `%s` instead of the number (see the [attachment:meta-1322.png screenshot]), that's because it replaces `%d`, but the singular string has `%s`.