Bug 1942694 - Move featuregates/ fluent files to firefoxlabs/ r=fluent-reviewers,bolsson,settings-reviewers,Gijs

Feature Gates are being removed so it makes sense to move these under a
Firefox Labs component.

Differential Revision: https://phabricator.services.mozilla.com/D239671
This commit is contained in:
Beth Rennie
2025-03-11 18:16:49 +00:00
parent 5767d7d982
commit cf27fc4c61
3 changed files with 2 additions and 2 deletions

View File

@@ -50,7 +50,7 @@
<link rel="localization" href="browser/preferences/moreFromMozilla.ftl"/>
<link rel="localization" href="browser/preferences/preferences.ftl"/>
<link rel="localization" href="toolkit/branding/brandings.ftl"/>
<link rel="localization" href="toolkit/featuregates/features.ftl"/>
<link rel="localization" href="toolkit/firefoxlabs/features.ftl"/>
<!-- Links below are only used for search-l10n-ids into subdialogs -->
<link rel="localization" href="browser/aboutDialog.ftl"/>

View File

@@ -24,7 +24,7 @@ fn get_paths() -> Vec<ResourceId> {
"toolkit/global/textActions.ftl",
"toolkit/printing/printUI.ftl",
"toolkit/updates/history.ftl",
"toolkit/featuregates/features.ftl",
"toolkit/firefoxlabs/features.ftl",
];
paths.into_iter().map(ResourceId::from).collect()