Open
Bug 1043549
Opened 11 years ago
Updated 3 years ago
Allow using string placeholders in error messages
Categories
(Core :: General, defect)
Core
General
Tracking
()
NEW
People
(Reporter: rimas, Unassigned)
Details
Due to nsIDocument::WarnOnceAbout() not supporting placeholders, the localizers currently have to translate big amounts of nearly identical strings, for example, here's a recently committed patch, which makes localizers waste their time on ~20 nearly identical strings: http://hg.mozilla.org/mozilla-central/diff/3bb907654de0/dom/locales/en-US/chrome/dom/dom.properties .
It would be great if we (the L10n people) didn't have to waste our time on these repetitions, so please make it possible to use placeholders (%S) in these error messages, and then please use them.
Reporter | ||
Updated•11 years ago
|
OS: Windows 7 → All
Hardware: x86_64 → All
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•