Prepare Suggest UI strings for localization
Categories
(Firefox :: Address Bar, task, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox137 | --- | fixed |
People
(Reporter: adw, Assigned: adw)
References
Details
(Whiteboard: [sng])
Attachments
(1 file)
With Suggest experimentally expanding to other locales, we'll need to move all the Suggest l10n strings out of enUS-searchFeatures.ftl and into proper l10n files so they can be localized. I don't believe we'll need to update any code except for possibly importing the proper ftl file(s) in the appropriate places if they're not already.
There are only a handful of locales we know we need to support right now, so it would be nice to check with flod about whether we can limit localization to those locales so that l10n contributors for other locales don't have to do any work.
Updated•7 months ago
|
Assignee | ||
Comment 1•7 months ago
|
||
(In reply to Drew Willcoxon :adw from comment #0)
There are only a handful of locales we know we need to support right now, so it would be nice to check with flod about whether we can limit localization to those locales so that l10n contributors for other locales don't have to do any work.
I checked with flod and that's not possible, it's all or nothing: https://mozilla-l10n.github.io/documentation/products/firefox_desktop/firefox_l10n_faqs.html#can-i-get-content-translated-only-in-selected-languages
Assignee | ||
Updated•7 months ago
|
Assignee | ||
Comment 2•6 months ago
|
||
This moves l10n strings related to AMP and Wikipedia suggestions out of
enUS-searchFeatures.ftl
into the appropriate l10n files in preparation for AMP
and Wikipedia in non-U.S. regions. These strings include:
- The result menu item strings, Dismiss and Manage
- Relevant settings UI strings
urlbar-result-menu-learn-more-about-firefox-suggest
isn't actually used by AMP
and Wikipedia right now, but it was in the past, and there have been recent
discussions about maybe including it again as Suggest expands outside the U.S.
So I moved it too in case we need it with short notice.
There are other Suggest strings that this patch does not move, in particular:
-firefox-suggest-brand-name
is already exposed to localizers- The "Sponsored" label at the bottom of AMP urlbar rows is already exposed to
localizers asurlbar-result-action-sponsored
- Strings for the online toggle switch in the settings UI ("Improve the Firefox
Suggest experience") aren't needed right now because online Suggest (Merino)
won't be available outside the U.S. in the near future.
I changed the ID of the Dismiss string so it doesn't include "firefox-suggest".
Several non-Suggest urlbar results use this string too, and it doesn't actually
include the phrase "Firefox Suggest" anyway.
I also made the view default to this string so that dismissable urlbar results
don't need to specify it, similar to how it defaults to strings for "Learn more"
and Manage.
Depends on D238847
Comment 4•6 months ago
|
||
bugherder |
Description
•