nuxt-modules / i18n

I18n module for Nuxt
https://i18n.nuxtjs.org
MIT License
1.71k stars 478 forks source link

docs: example language switching usage without `<select>` #2883

Closed BobbieGoede closed 6 months ago

BobbieGoede commented 6 months ago

๐Ÿ”— Linked issue

โ“ Type of change

๐Ÿ“š Description

locale should not be mutated directly as this will cause issues for projects using prefixes and cookies, setLocale should be used and shown in our examples instead.

๐Ÿ“ Checklist