Add explicit mapping table for the fluent ids of the custom elements in about:addons
Categories
(Toolkit :: Add-ons Manager, task, P3)
Tracking
()
People
(Reporter: annhermy, Unassigned)
Details
Here is a list of sections in aboutaddons.js where l10n ids are generating:
AddonPageHeader: https://searchfox.org/mozilla-central/source/toolkit/mozapps/extensions/content/aboutaddons.js#873
AddonUpdatesMessage: https://searchfox.org/mozilla-central/source/toolkit/mozapps/extensions/content/aboutaddons.js#950-962
AddonPageOptions: https://searchfox.org/mozilla-central/source/toolkit/mozapps/extensions/content/aboutaddons.js#1114-1115
CategoryButton: https://searchfox.org/mozilla-central/source/toolkit/mozapps/extensions/content/aboutaddons.js#1129-1133
AddonCard: https://searchfox.org/mozilla-central/source/toolkit/mozapps/extensions/content/aboutaddons.js#2731-2734
Define views: https://searchfox.org/mozilla-central/source/toolkit/mozapps/extensions/content/aboutaddons.js#4020-4032
We have to implement explicit mapping table for the fluent ids instead of generating them.
Updated•1 years ago
|
Updated•1 years ago
|
Comment 1•1 years ago
|
||
To change the links from comment 0 into permalinks pointing to a specific commit.
Comment 2•1 years ago
|
||
Perma links for each of the links in comment 0:
AddonPageHeader: https://searchfox.org/mozilla-central/rev/a4cb813cd4026cc24b45e843222e6a08204bae47/toolkit/mozapps/extensions/content/aboutaddons.js#897
AddonUpdatesMessage: https://searchfox.org/mozilla-central/rev/a4cb813cd4026cc24b45e843222e6a08204bae47/toolkit/mozapps/extensions/content/aboutaddons.js#973-989
AddonPageOptions: https://searchfox.org/mozilla-central/rev/a4cb813cd4026cc24b45e843222e6a08204bae47/toolkit/mozapps/extensions/content/aboutaddons.js#1137-1139
CategoryButton: https://searchfox.org/mozilla-central/rev/a4cb813cd4026cc24b45e843222e6a08204bae47/toolkit/mozapps/extensions/content/aboutaddons.js#1153-1157
AddonCard: https://searchfox.org/mozilla-central/rev/a4cb813cd4026cc24b45e843222e6a08204bae47/toolkit/mozapps/extensions/content/aboutaddons.js#2755-2758
Define views: https://searchfox.org/mozilla-central/rev/a4cb813cd4026cc24b45e843222e6a08204bae47/toolkit/mozapps/extensions/content/aboutaddons.js#4055
Description
•