no_prefix
strategy unless you're also using differentDomains
.If you'd like some pages to be available in some languages only, you can configure the list of supported languages to override the global settings. The options can be specified within either the page components themselves or globally, within the module configuration.
<script setup>
defineI18nRoute({
locales: ['fr', 'es']
})
</script>
<script setup>
defineI18nRoute(false)
</script>