finished localizations except for download.js
This commit is contained in:
parent
45eccc1cad
commit
7ed30f497b
8 changed files with 546 additions and 2461 deletions
|
@ -12,17 +12,22 @@
|
|||
{{#if trackerId}}
|
||||
{{> analytics trackerId=trackerId}}
|
||||
{{/if}}
|
||||
|
||||
<meta name="defaultLanguage" content="en-US">
|
||||
<meta name="availableLanguages" content="en-US">
|
||||
<link rel="localization" href="locales/send.{locale}.ftl">
|
||||
<script defer src="/l20n/dist/web/l20n.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
{{{body}}}
|
||||
<div class="footer">
|
||||
<div class="legal-links">
|
||||
<a href="https://www.mozilla.org"><img class="mozilla-logo" src="/resources/mozilla-logo.svg"/></a>
|
||||
<a href="https://www.mozilla.org/about/legal/">Legal</a>
|
||||
<a href="https://testpilot.firefox.com/about">About Test Pilot</a>
|
||||
<a href="https://testpilot.firefox.com/privacy">Privacy</a>
|
||||
<a href="https://testpilot.firefox.com/terms">Terms</a>
|
||||
<a href="https://www.mozilla.org/en-US/privacy/websites/#cookies">Cookies</a>
|
||||
<a href="https://www.mozilla.org/about/legal/" data-l10n-id="footerLinkLegal"></a>
|
||||
<a href="https://testpilot.firefox.com/about" data-l10n-id="footerLinkAbout"></a>
|
||||
<a href="https://testpilot.firefox.com/privacy" data-l10n-id="footerLinkPrivacy"></a>
|
||||
<a href="https://testpilot.firefox.com/terms" data-l10n-id="footerLinkTerms"></a>
|
||||
<a href="https://www.mozilla.org/en-US/privacy/websites/#cookies" data-l10n-id="footerLinkCookies"></a>
|
||||
</div>
|
||||
<div class="social-links">
|
||||
<a href="https://github.com/mozilla/send" target="_blank"><img class="github" src="/resources/github-icon.svg"/></a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue