Skip to content

Commit

Permalink
Fix more broken links to moved i18n guide (withastro#1328)
Browse files Browse the repository at this point in the history
  • Loading branch information
hippotastic authored Aug 17, 2022
1 parent 81282d3 commit c5c0eaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MAINTAINERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ We encourage our maintainers to audit and improve the accessibility of our code

For PRs that are translations to existing Docs content, including new page additions as well as smaller updates and corrections:

- Consult the [Internationalization Guide](/src/i18n/README.md) to familiarize yourself with the translators' process.
- Consult the [Internationalization Guide](/TRANSLATING.md) to familiarize yourself with the translators' process.
- If you see "LGTM" in a message within the PR, that means at least one other native speaker has approved the translation, and the PR can be immediately merged! 🥳
- If you speak the language natively, check the content for accuracy. Note: some languages have created their own glossaries and/or language guides located in their language folder within `/src/i18n/`.
- If you do not speak the language natively, and the PR has not had any recent activity, you can use online translation tools (e.g. Google Translate) and scan the results for anything that looks wildly out of place. Also, visit the page in the PR’s Netlify deploy preview to verify that nothing is visually out of place. While we always prefer to have a review from a native speaker of the language, having translated docs with some errors is usually better than having no docs at all.
Expand Down
2 changes: 1 addition & 1 deletion src/components/FallbackNotice.astro
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ import UIString from './UIString.astro';

<Aside>
<UIString key="fallbackContent.notice" />
<a href="https://github.com/withastro/docs/blob/main/src/i18n#readme"><UIString key="fallbackContent.linkText" /></a>
<a href="https://github.com/withastro/docs/blob/main/TRANSLATING.md"><UIString key="fallbackContent.linkText" /></a>
</Aside>

0 comments on commit c5c0eaa

Please sign in to comment.