Bug 1821038 - Expose the translations.ftl file to localization; r=nordzilla,fluent-reviewers,flod

Note that this does not expose the about:translations localization file
since that is a developer-focused view that's not ready or planned for
general usage.

Differential Revision: https://phabricator.services.mozilla.com/D179360
This commit is contained in:
Greg Tatum 2023-05-29 19:19:55 +00:00
Родитель 34f82d8975
Коммит 94b7f7c84e
5 изменённых файлов: 3 добавлений и 5 удалений

Просмотреть файл

@ -79,6 +79,7 @@
<link rel="localization" href="browser/sidebarMenu.ftl"/>
<link rel="localization" href="browser/tabbrowser.ftl"/>
<link rel="localization" href="browser/toolbarContextMenu.ftl"/>
<link rel="localization" href="browser/translations.ftl" />
<link rel="localization" href="browser/unifiedExtensions.ftl"/>
<link rel="localization" href="browser/webrtcIndicator.ftl"/>
<link rel="localization" href="toolkit/branding/accounts.ftl"/>
@ -86,7 +87,6 @@
<link rel="localization" href="toolkit/global/textActions.ftl"/>
<link rel="localization" href="toolkit/printing/printUI.ftl"/>
<!-- Untranslated FTL files -->
<link rel="localization" href="locales-preview/translations.ftl" />
<link rel="localization" href="preview/firefoxSuggest.ftl" />
<link rel="localization" href="preview/identityCredentialNotification.ftl" />
<link rel="localization" href="preview/interventions.ftl" />

Просмотреть файл

@ -23,7 +23,7 @@
data-l10n-attrs="buttonlabelaccept, buttonaccesskeyaccept"
>
<linkset>
<html:link rel="localization" href="locales-preview/translations.ftl" />
<html:link rel="localization" href="browser/translations.ftl" />
</linkset>
<script src="chrome://browser/content/preferences/dialogs/translations.js" />

Просмотреть файл

@ -33,7 +33,6 @@
<link rel="localization" href="browser/preferences/fonts.ftl"/>
<link rel="localization" href="browser/preferences/moreFromMozilla.ftl"/>
<link rel="localization" href="browser/preferences/preferences.ftl"/>
<link rel="localization" href="locales-preview/translations.ftl"/>
<link rel="localization" href="toolkit/branding/accounts.ftl"/>
<link rel="localization" href="toolkit/branding/brandings.ftl"/>
<link rel="localization" href="toolkit/featuregates/features.ftl"/>
@ -51,6 +50,7 @@
<link rel="localization" href="browser/preferences/selectBookmark.ftl"/>
<link rel="localization" href="browser/preferences/siteDataSettings.ftl"/>
<link rel="localization" href="browser/sanitize.ftl"/>
<link rel="localization" href="browser/translations.ftl"/>
<link rel="localization" href="preview/firefoxSuggest.ftl"/>
<link rel="localization" href="security/certificates/certManager.ftl"/>
<link rel="localization" href="security/certificates/deviceManager.ftl"/>

Просмотреть файл

@ -19,7 +19,6 @@ translations-panel-displayname-beta =
translations-panel-settings-manage-languages =
.label = Manage languages
# TODO(Bug 1831341): We still need the link for this menu item.
translations-panel-settings-about = About translations in { -brand-shorter-name }
# Text displayed for the option to always translate a given language

Просмотреть файл

@ -13,7 +13,6 @@
preview/interventions.ftl (../components/urlbar/content/interventions.ftl)
preview/firefoxSuggest.ftl (../components/urlbar/content/firefoxSuggest.ftl)
preview/identityCredentialNotification.ftl (../components/credentialmanager/identityCredentialNotification.ftl)
locales-preview/translations.ftl (../locales-preview/translations.ftl)
preview/stripOnShare.ftl (../components/urlbar/content/stripOnShare.ftl)
browser (%browser/**/*.ftl)