sveltejs / kit

web development, streamlined
https://kit.svelte.dev
MIT License
17.81k stars 1.78k forks source link

Add a page on Internationalization to the docs #12160

Open LorisSigrist opened 3 weeks ago

LorisSigrist commented 3 weeks ago

Describe the problem

Internationalization is clearly very important to SvelteKit & the community, as shown by the

Despite this, when you currently search "i18n" on kit.svelte.dev you get no results.

Screenshot 2024-04-24 at 14 44 28

IMO, this goes counter to Svelte's "simple questions should have simple answers" ethos.

Describe the proposed solution

Add a Page to the documentation on Internationalization that outlines:

This would give people a quick overview of the state of affairs & give them a starting-off point

Alternatives considered

do nothing

Importance

nice to have

Additional Information

As someone who has built several i18n libraries I obviously place higher importance on i18n than most people. Perhaps others don't place the same importance on i18n & are fine with the current state.