tweaselORG / platform

Server for the tweasel.org platform, allowing users to analyse Android and iOS apps for data protection violations and send complaints about them to the data protection authorities.
MIT License
1 stars 0 forks source link

How do we want to configure i18n routing? #2

Open baltpeter opened 5 months ago

baltpeter commented 5 months ago

By default, Astro has the default language at / and all other languages at /<code>. The default language can also be configured to be at /<code.

Alternatively, there is experimental support for custom domains (or subdomains) per language: https://docs.astro.build/en/guides/internationalization/#domains-experimental

How do we want to configure this?