[webkit-reviews] review denied: [Bug 21880] "files" string for multifile uploads needs to be localized : [Attachment 24726] patch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Oct 28 13:40:51 PDT 2008
John Sullivan <sullivan at apple.com> has denied 's request for review:
Bug 21880: "files" string for multifile uploads needs to be localized
https://bugs.webkit.org/show_bug.cgi?id=21880
Attachment 24726: patch
https://bugs.webkit.org/attachment.cgi?id=24726&action=edit
------- Additional Comments from John Sullivan <sullivan at apple.com>
This doesn't seem right to me. You can't localize a string like "8 files" by
localizing the word "files" and appending it to "8 ". You need to localize the
entire string, with a wildcard for the number, like "%d files".
More information about the webkit-reviews
mailing list