Closed
Bug 487406
Opened 17 years ago
Closed 17 years ago
[Extension] Final localization string review
Categories
(addons.mozilla.org Graveyard :: Collector Extension, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
BW-M3
People
(Reporter: kinger, Assigned: kinger)
Details
Translators like notes, i.e. comments, in locale files for ambiguous strings.
As part of bug 486021, I added placeholders to all strings in bundles that have dynamic content, i.e. %S placeholders. These need to be filled out.
Other strings may also need notes, if there context tor meaning is not obvious to the casual translator.
Assignee | ||
Updated•17 years ago
|
Summary: Extension: Fill out localization notes → [Extension] Fill out localization notes
Comment 1•17 years ago
|
||
I filled in the localization notes, but I noticed a few places where there are multiple %S in the same string. In PHP, we use numbers when this happens so that localizers can change the order of the sentence, like so:
The %1$S jumped over the charging %2$S.
The cat jumped over the charging dog.
The dog charged toward the jumping cat.
I'm not sure if this syntax works with JavaScript/extensions, but I suspect the localizers will need a way to change around each variable specifically.
Assignee: fligtar → brian
Comment 2•17 years ago
|
||
Made some string changes and everything looks good to me now, so just need the variables differentiated.
Summary: [Extension] Fill out localization notes → [Extension] Final localization string review
Assignee | ||
Comment 3•17 years ago
|
||
(In reply to comment #1)
> The %1$S jumped over the charging %2$S.
Found 2 strings, and changed them to this convention which is the same in string bundles. Revision 24439.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Updated•16 years ago
|
Component: Collections → Collector Extension
Updated•16 years ago
|
QA Contact: collections → collector-extension
Updated•10 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•