Bug 1821768 - Make about:translations work in GeckoView; r=nordzilla,flod

Differential Revision: https://phabricator.services.mozilla.com/D172311
This commit is contained in:
Greg Tatum 2023-03-21 12:13:12 +00:00
Родитель 749ec49c51
Коммит 4dd3a3433c
1 изменённых файлов: 3 добавлений и 6 удалений

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

@ -8,16 +8,13 @@
<meta charset="utf-8">
<meta http-equiv="Content-Security-Policy" content="default-src chrome:; object-src 'none'">
<meta name="color-scheme" content="light dark">
<meta name="viewport" content="width=device-width" />
<title data-l10n-id="about-translations-title"></title>
<link rel="stylesheet" href="chrome://global/skin/global.css" type="text/css"/>
<link rel="stylesheet" href="chrome://global/skin/in-content/common.css" type="text/css"/>
<link rel="stylesheet" href="chrome://global/skin/global.css">
<link rel="stylesheet" href="chrome://global/skin/in-content/common.css">
<link rel="stylesheet" href="chrome://global/content/translations/translations.css">
<link rel="localization" href="toolkit/branding/brandings.ftl"/>
<link rel="localization" href="locales-preview/aboutTranslations.ftl"/>
<script type="module" src="chrome://global/content/translations/translations.mjs"></script>
</head>
<body>