-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
STATUS-1: needs triageNew issue which needs to be triagedNew issue which needs to be triagedTYPE: enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem?
I want to migrate my current website which is multilingual to Qwik, and I don't see any documentation or good online articles regarding this
Describe the solution you'd like
I would love to be able to support multiple locales for my website. To be able to implement i18n and l10n in my website.
I would like to be able to incorporate locale in the URL. For example, the default locale would be served using default URLs, like domain.tld
and domain.tld/about
. But locale-specific pages would be served having a locale in their root path. For example domain.tld/locale
or domain.tld/locale/about
.
Describe alternatives you've considered
I literally have not found anything that I can use. There are very few resources online for Qwik for this issue.
Additional context
No response
Metadata
Metadata
Assignees
Labels
STATUS-1: needs triageNew issue which needs to be triagedNew issue which needs to be triagedTYPE: enhancementNew feature or requestNew feature or request