When you want to add or remove a new language from the supported languages, you must also update the VITE_SUPPORTED_LOCALES variable in the src/.env.dev, src/.env.prod files.
VITE_DEFAULT_LOCALE=en
VITE_FALLBACK_LOCALE=en
VITE_SUPPORTED_LOCALES=en,tr
VITE_API_URL=https://example.local/api
VITE_HCAPTCHA_SITE_KEY=302c0d3c-b094-4658-8552-48fc79f46238
VITE_SESSION_UPDATE_TIME=5
VITE_COOKIE={ "token": "_token", "user": "_user" }