Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

Commit

Permalink
fix: add translation link to footer (fixes #535) (#542)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKohler authored Nov 16, 2021
1 parent 987e9df commit 9639186
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions web/locales/en/messages.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ sc-header-profile = Profile
sc-footer-discourse = Discourse
sc-footer-report-bugs = Report Bugs
sc-footer-translate = Translate this page
sc-footer-report-copyright = Report copyright issues
sc-footer-privacy = Privacy
sc-footer-terms = Terms
Expand Down
7 changes: 7 additions & 0 deletions web/src/components/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ export default function Footer() {
>
<Localized id="sc-footer-report-bugs" />
</a>
<a
target="_blank"
rel="noopener noreferrer"
href="https://pontoon.mozilla.org/projects/common-voice/"
>
<Localized id="sc-footer-translate" />
</a>
<a
target="_blank"
rel="noopener noreferrer"
Expand Down

0 comments on commit 9639186

Please sign in to comment.