Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion src/content/docs/guides/i18n.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,11 @@ Currently, we are aiming to translate the Astro documentation into the following
- Spanish

We can currently support the above languages thanks to active community translators willing to volunteer their time to contribute with translations and reviews!

Unfortunately, we cannot support all languages at this time, and must prioritize based on available community members and their needs. Adding a language means allocating additional resources to attracting new contributors, and maintaining changes to our code base in multiple languages. **We will not add any new languages that we haven't approved beforehand**, and we cannot approve a new language without a group of people prepared to undertake significant work to translate our entire site.

We do not accept translations that involved AI (Artificial Intelligence).

:::tip
Don't see your language in the list but still want to contribute to Astro with translations? See how you can [contribute to Starlight's i18n system](https://github.com/withastro/starlight/blob/main/CONTRIBUTING.md#translations).
:::
Expand Down Expand Up @@ -260,7 +263,7 @@ The "Add-ons" pages explain Astro features and support that you can add by insta

The "Integrations" pages are sub-pages available at the root "Add integrations" page. These considerably vary in size, maintenance cost, and complexity. The "UI Frameworks" integrations are smaller and easier to maintain, while the others average bigger sizes and are more bound to go through changes.

The most viewed pages by category, by a considerable margin, the `@astrojs/react` and `@astrojs/node` pages.
The most viewed pages by category, by a considerable margin, are the `@astrojs/react` and `@astrojs/node` pages.

Each integration page contains several specific terms about the integrated technology, increasing the translation complexity especially for those not familiar with it.

Expand Down