kunalvarma05 / v-intl

Add i18n to your awesome Vue 3 app πŸ”‰

Home Page:https://v-intl.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

V-Intl 🌏

Built with Janak CI Pipeline ShipJS Trigger GitHub package.json version (branch) npm (tag) License David David npm Maintenance GitHub contributors npm (prod) dependency version npm dev dependency version npm dev dependency version npm dev dependency version

Intl in your dopeass Vue 3 apps πŸ‘¨β€πŸ”§

Demo

Edit v-intl

Usage

Background

The package exposes 5 Intl components, viz.,

Formatter What it does? More Info
VIntlListFormat Enables language-sensitive list formatting. Read More
VIntlNumberFormat Enable language sensitive number formatting. Read More
VIntlDateTimeFormat Formats the Date & Time. Read More
VIntlRelativeTimeFormat Create a relative time formatter in specified locale. Read More
VIntlDisplayNames Translates region, language, currency, script. Read More

They're are tree-shakable, meaning, you don't need to bulk up your bundle by including all the components. I've tried to keep the API as consistent as possible.

Author

v-intl Β© Vinayak, Released under the MIT License.
Authored and maintained by Vinayak Kulkarni with help from contributors (list).

vinayakkulkarni.dev Β· GitHub @vinayakkulkarni Β· Twitter @_vinayak_k

About

Add i18n to your awesome Vue 3 app πŸ”‰

https://v-intl.netlify.app/

License:MIT License


Languages

Language:Vue 71.6%Language:JavaScript 28.4%