mirror of
https://github.com/sern-handler/website
synced 2026-06-24 08:42:31 +00:00
Starlight UI translation files
This directory contains translation data for Starlight’s UI. Each language has its own JSON file and follows the translation structure described in Starlight’s docs.
Add a new language
-
Create a JSON file named using the BCP-47 tag for the language, e.g.
en.jsonorja.json. -
Fill the file with translations for each UI string. You can base your translations on
en.json. Translate only the values, leaving the keys in English (e.g."search.label": "Buscar"). -
Import your file in
index.tsand add your language to theObject.entries. -
Open a pull request on GitHub to add your file to Starlight!