Update translation URL and add frontend docs

This commit is contained in:
Benji Grant 2023-06-11 03:53:18 +10:00
parent a138811ff3
commit c7c24390b3
4 changed files with 31 additions and 32 deletions

View file

@ -42,7 +42,7 @@ const TranslateDialog = () => {
<Button
target="_blank"
rel="noreferrer noopener"
href={`https://docs.google.com/forms/d/e/1FAIpQLSd5bcs8LTP_8Ydrh2e4iMlZft5x81qSfAxekuuQET27A2mBhA/viewform?usp=pp_url&entry.1530835706=__other_option__&entry.1530835706.other_option_response=${encodeURIComponent(navigator.language)}`}
href="https://explore.transifex.com/crab-fit/crab-fit/"
>Help translate!</Button>
<Button isSecondary onClick={() => store.dismissDialog()}>Close</Button>
</div>