Provide translations for JAWS-ESR one-off add-on.
Categories
(Mozilla Localizations :: Other, task)
Tracking
(Not tracked)
People
(Reporter: yzen, Assigned: flod)
References
Details
Attachments
(1 file)
We are shipping an update for a jaws-esr add-on for our ESR60 users to attempt to migrate some of them to a newer Firefox version with e10s enabled. You can see the REPO for the add-on here:
https://github.com/mozilla/one-off-system-add-ons/tree/master/addons/jaws-esr
And incoming branch here:
https://github.com/yzen/one-off-system-add-ons/tree/jaws-esr-60/addons/jaws-esr
We are adding a new string to the add-on properties file that can be found here (note: it is finalized):
Original l10n repo is here:
https://github.com/mozilla-l10n/jaws-esr-addon-l10n
For more information please see:
https://docs.google.com/document/d/1dxQEnSJo3iMUSDAyONsXdWRwCGFESjFapkR_5yA9piE/edit?ts=5cbe5dda#
| Reporter | ||
Updated•7 years ago
|
| Assignee | ||
Comment 1•7 years ago
|
||
You have a *S instead of %S in that string.
I've unarchived the repository, can you add your new string here?
https://github.com/mozilla-l10n/jaws-esr-addon-l10n/blob/master/locales/en-US/jaws-esr.properties
What's the deadline to have content localized?
| Reporter | ||
Comment 2•7 years ago
|
||
The formal deadline is for it to be ready for Firefox 60ESR, which I believe is July 9th. Ideally we would want it ready earlier for testing etc. Do you know roughly how long it would take? Last time it took under a week, if I remember correctly to get 80 or 90 percent of translations (by user base).
| Assignee | ||
Comment 3•7 years ago
|
||
(In reply to Yura Zenevich [:yzen] from comment #2)
Do you know roughly how long it would take?
Unfortunately we don't have data, but I'll try to expose this as soon as possible, and set a deadline around mid June.
| Assignee | ||
Updated•7 years ago
|
| Assignee | ||
Comment 4•7 years ago
|
||
I've re-enabled the project. Just to confirm, you're using the standard getFormattedString() in code?
Asking because I used a printf trick to avoid a warning, since I don't want to use the second %S
https://github.com/mozilla-l10n/jaws-esr-addon-l10n/commit/5e891cdae427ef692e4ffb33db012a3bb19709fe
That works in Firefox, and it works in the add-on as long as you use the normal stringBundles methods.
Status: https://pontoon.mozilla.org/projects/jaws-esr-add-on/
I'm going to close this bug, feel free to poke me if you need more information later on.
| Reporter | ||
Comment 5•7 years ago
|
||
(In reply to Francesco Lodolo [:flod] from comment #4)
I've re-enabled the project. Just to confirm, you're using the standard getFormattedString() in code?
Asking because I used a printf trick to avoid a warning, since I don't want to use the second %S
https://github.com/mozilla-l10n/jaws-esr-addon-l10n/commit/5e891cdae427ef692e4ffb33db012a3bb19709feThat works in Firefox, and it works in the add-on as long as you use the normal stringBundles methods.
Status: https://pontoon.mozilla.org/projects/jaws-esr-add-on/
I'm going to close this bug, feel free to poke me if you need more information later on.
In the previous version as well as the new one we are using formatStringFromName. Is that still OK?
| Reporter | ||
Comment 6•7 years ago
|
||
| Assignee | ||
Comment 7•7 years ago
|
||
(In reply to Yura Zenevich [:yzen] from comment #5)
In the previous version as well as the new one we are using formatStringFromName. Is that still OK?
I assume so, since it's a nsIStringBundle method. In case, it would be easy to verify by testing the add-on on Italian.
Description
•