Closed
Bug 905943
Opened 12 years ago
Closed 12 years ago
XFilesSelected in dom (HtmlForm.properties) should use plural form
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
DUPLICATE
of bug 855488
People
(Reporter: flod, Unassigned)
References
Details
Spin-off from bug 905933 comment 1
http://hg.mozilla.org/mozilla-central/file/1ed5a88cd4d0/dom/locales/en-US/chrome/layout/HtmlForm.properties#l29
# LOCALIZATION NOTE (XFilesSelected): this string is shown on a
# <input type='file' multiple> when there are more than one selected file.
# %S will be a number greater or equal to 2.
XFilesSelected=%S files selected.
This works for English for not for locales with complex plural form rules
https://developer.mozilla.org/en-US/docs/Localization_and_Plurals
Problem is that this string is used in C++
http://hg.mozilla.org/mozilla-central/file/1ed5a88cd4d0/content/html/content/src/HTMLInputElement.cpp#l2082
So it depends on finding a solution to bug 477831
| Reporter | ||
Updated•12 years ago
|
Component: General → DOM: Core & HTML
Product: Firefox → Core
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•