From 113027c83b1d4f0ea28bc98712550200fd7b5fde Mon Sep 17 00:00:00 2001 From: Chris Swithinbank Date: Mon, 17 Jul 2023 12:27:45 +0200 Subject: Add link to Scrimba translation file walkthrough --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) 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. -- cgit