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

Commit

Permalink
fix: add note for addition process to language addition section (fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKohler authored Nov 20, 2021
1 parent 700a0c9 commit 3ab0cf1
Show file tree
Hide file tree
Showing 2 changed files with 15 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 @@ -139,6 +139,7 @@ sc-add-err-failed =
*[other] {$sentences} sentences failed
}
sc-add-err-submission = Submission Error
sc-add-lang-process-notice = If your language is not listed here, you can request it through <languageProcessLink>this process</languageProcessLink>.
## ADD SENTENCES CONFIRMATION
sc-confirm-are-you-sure =
Expand Down
14 changes: 14 additions & 0 deletions web/src/components/profile/add-language-section.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,20 @@ export default function AddLanguage() {
>
<Localized id="sc-add-lang-sec-button" />
</button>
<Localized
id="sc-add-lang-process-notice"
elems={{
languageProcessLink: (
<a
target="_blank"
rel="noopener noreferrer"
href="https://discourse.mozilla.org/t/readme-how-to-see-my-language-on-common-voice/31530"
/>
),
}}
>
<p></p>
</Localized>
</section>
);
}

0 comments on commit 3ab0cf1

Please sign in to comment.