diff options
author | HiDeoo | 2024-08-30 11:39:48 +0200 |
---|---|---|
committer | GitHub | 2024-08-30 11:39:48 +0200 |
commit | 374428bf0f772ed8213ca967991c223903153b18 (patch) | |
tree | 1870e8524016f78043e252b6b19ffc1037eb47db | |
parent | 8c2b0f6d8e44e7e2dd6197ba3225204dba3dcc92 (diff) | |
download | IT.starlight-374428bf0f772ed8213ca967991c223903153b18.tar.gz IT.starlight-374428bf0f772ed8213ca967991c223903153b18.tar.bz2 IT.starlight-374428bf0f772ed8213ca967991c223903153b18.zip |
Add AD² i18n contribution guide link to CONTRIBUTING.md (#2263)
Co-authored-by: Chris Swithinbank <357379+delucis@users.noreply.github.com>
Co-authored-by: Lorenzo Lewis <15347255+lorenzolewis@users.noreply.github.com>
-rw-r--r-- | CONTRIBUTING.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 973d01ef..6fedacf1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -221,6 +221,8 @@ E2E are most useful for testing what happens on a page after it has been loaded Translations help make Starlight accessible to more people. +Check out the dedicated [i18n contribution guidelines](https://contribute.docs.astro.build/guides/i18n/#quality-standards--adaptation) in the Astro docs contributor guide for more details regarding our translation process and quality standards. + ### Translating Starlight’s UI Starlight’s UI comes with some built-in text elements. For example, the table of contents on a Starlight page has a heading of “On this page” and the theme picker shows “Light”, “Dark”, and “Auto” labels. Starlight aims to provide these in as many languages as possible. @@ -244,7 +246,7 @@ Visit **<https://i18n.starlight.astro.build>** to track translation progress for #### Adding a new language to Starlight’s docs -To add a language, you will need its BCP-47 tag and a label. See [“Adding a new language”](https://contribute.docs.astro.build/guides/i18n/#adding-a-new-language) in the Astro docs repo for some helpful tips around choosing these. +To add a language, you will need its BCP-47 tag and a label. See [“Adding a new language”](https://contribute.docs.astro.build/guides/i18n/#adding-a-new-language) in the Astro docs contributor guide for some helpful tips around choosing these. - Add your language to the `locales` config in `docs/astro.config.mjs` - Add your language to the `locales` config in `docs/lunaria.config.json` |