Files
website/node_modules/@astrojs/starlight/translations
2024-05-06 17:15:30 -04:00
..
2024-05-06 17:15:30 -04:00
2024-05-06 17:15:30 -04:00
2024-05-06 17:15:30 -04:00
2024-05-06 17:15:30 -04:00
2024-05-06 17:15:30 -04:00
2024-05-06 17:15:30 -04:00
2024-05-06 17:15:30 -04:00
2024-05-06 17:15:30 -04:00
2024-05-06 17:15:30 -04:00
2024-05-06 17:15:30 -04:00
2024-05-06 17:15:30 -04:00
2024-05-06 17:15:30 -04:00
2024-05-06 17:15:30 -04:00
2024-05-06 17:15:30 -04:00
2024-05-06 17:15:30 -04:00
2024-05-06 17:15:30 -04:00
2024-05-06 17:15:30 -04:00
2024-05-06 17:15:30 -04:00
2024-05-06 17:15:30 -04:00
2024-05-06 17:15:30 -04:00
2024-05-06 17:15:30 -04:00
2024-05-06 17:15:30 -04:00
2024-05-06 17:15:30 -04:00
2024-05-06 17:15:30 -04:00
2024-05-06 17:15:30 -04:00
2024-05-06 17:15:30 -04:00
2024-05-06 17:15:30 -04:00
2024-05-06 17:15:30 -04:00
2024-05-06 17:15:30 -04:00

Starlight UI translation files

This directory contains translation data for Starlights UI. Each language has its own JSON file and follows the translation structure described in Starlights docs.

Add a new language

  1. Create a JSON file named using the BCP-47 tag for the language, e.g. en.json or ja.json.

  2. 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").

  3. Import your file in index.ts and add your language to the Object.entries.

  4. Open a pull request on GitHub to add your file to Starlight!