nuxt-modules / i18n

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

refactor: remove unused constants and options #2787

Closed BobbieGoede closed 9 months ago

BobbieGoede commented 9 months ago

🔗 Linked issue

❓ Type of change

📚 Description

Some cleanup, most of the constants were added while integrating vue-i18n-routing, and the default options are already applied as defaults on nuxtI18nOptions on module install.

📝 Checklist