Expose updated string to localization
Categories
(Firefox :: Messaging System, task, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox120 | --- | fixed |
People
(Reporter: emcminn, Assigned: emcminn)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
This is a followup to bug 1855744, to expose the new string to localization for 120.
Assignee | ||
Comment 1•1 year ago
|
||
Comment 3•1 year ago
|
||
bugherder |
Comment 4•1 year ago
|
||
This caused an error to show up in non-en-US 119 builds because cross-channel strings from 120 (in particular shopping-onboarding-dynamic-subtitle-1
) conflicted with the preview/shopping.ftl string with the same id. Pretty sure we don't expect to run localized experiments targeting 119, so this shouldn't potentially show the wrong string except for those who specially enable the untranslated feature in 119, and even then, potentially the translated string would be used because browser/shopping.ftl is linked before preview? https://searchfox.org/mozilla-central/rev/fe8b30e982c86d26ccf1f14d825c0de870b91f27/browser/base/content/browser.xhtml#96-97
We happen to want a different string for fr/de anyway to support a single site instead of 3 sites with bug 1861457.
Description
•