I want to create a new website using Qwik from builder.io.
I can't see in their docs how I can support multi languages.
I want my website to be English by default (no locale to be set in URLs) and for extra languages I want to include the locale in the URL.
For example:
https://example.com/blog => for English
https://example.com/fr/blog => For French
https://example.com/ru/blog => For Russian
How can I do that?