diff options
author | Chris Swithinbank | 2023-07-17 12:27:45 +0200 |
---|---|---|
committer | Chris Swithinbank | 2023-07-17 12:27:45 +0200 |
commit | 113027c83b1d4f0ea28bc98712550200fd7b5fde (patch) | |
tree | dbf6c5da07760d08a65c8a2247fa960f5126a215 | |
parent | e3c98bbdfade3f8527aacf48d00cae0b3156fdd3 (diff) | |
download | IT.starlight-113027c83b1d4f0ea28bc98712550200fd7b5fde.tar.gz IT.starlight-113027c83b1d4f0ea28bc98712550200fd7b5fde.tar.bz2 IT.starlight-113027c83b1d4f0ea28bc98712550200fd7b5fde.zip |
Add link to Scrimba translation file walkthrough
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 47d00dd7..e3852b52 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -100,6 +100,8 @@ Starlight’s UI comes with some built-in text elements. For example, the table Help out by adding or updating translation files in [`packages/starlight/translations`](./packages/starlight/translations/). Each language’s JSON file follows the [translation structure described in Starlight’s docs](https://starlight.astro.build/guides/i18n/#translate-starlights-ui). +📺 **Prefer a visual walkthrough?** [Watch an introduction to Starlight’s translation files.](https://scrimba.com/scrim/cpb44bt3) + ### Translating Starlight’s docs Starlight’s documentation is also translated into multiple languages. You can find the source code for the site in [the `docs/` directory](./docs/) of this repository. |