@vintl/nuxt
v1.9.2
Published
Nuxt Module for VIntl integration
Downloads
932
Readme
VIntl for Nuxt
Nuxt app internationalization made easy
Features
- Power of the browser Intl API
- ICU MessageFormat syntax for messages
- Formatted components
Getting Started
Warning VIntl for Nuxt is still very new and may not be fully production-ready for large scale apps. That being said, the fundamental functionality is already in place, so it's probably good enough for small apps and general testing. Please submit your feedback and bug reports on GitHub.
npm install @vintl/nuxt
What's included
🌐 Automatic language detection
Detect the languages your user use and apply them automatically.
✏ Plurals, dates, and more
ICU MessageFormat syntax provides a powerful way to format your messages.
🚀 Parserless mode
Parse your messages once during the build to reduce bundle size and improve performance.
💾 Storage options
Store your users preferences with cookies, localStorage, or with the custom storage adapter.
Documentation
Check out the VIntl for Nuxt documentation site for detailed usage instructions and examples.
Credits
Made with 💜 by Brawaru. Released under MIT Licence.