From ed808dc5bc92354488dbd9d45253fb498c933489 Mon Sep 17 00:00:00 2001 From: Chris Swithinbank Date: Thu, 25 May 2023 21:31:05 +0200 Subject: Add an example i18n data file to the starter project --- examples/basics/src/content/i18n/_example.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 examples/basics/src/content/i18n/_example.json diff --git a/examples/basics/src/content/i18n/_example.json b/examples/basics/src/content/i18n/_example.json new file mode 100644 index 00000000..8e616128 --- /dev/null +++ b/examples/basics/src/content/i18n/_example.json @@ -0,0 +1,7 @@ +{ + "This file is an example i18n data file": "Learn more at https://starlight.astro.build/guides/i18n/#translate-starlights-ui", + + "skipLink.label": "Skip to content", + "tableOfContents.onThisPage": "On this page", + "tableOfContents.overview": "Overview" +} -- cgit