Earlier I was using my self developed localization package to translate my Vue Applications. From last couple of days I am using https://kazupon.github.io/vue-i18n/ . This package is just awesome. Now I don't need to maintain my own repository, no need to push and pull new updates. That is really a great package for localization. If You are a newbie or professional in Vue Ecosystem, try this package, You will be amazed.
Some features:
- String Localization
- Number Localization
- DateTime Localization
- HMR support during development.
- Can be easily integrated with popular Nuxtjs.
- Translations can be lazy loaded. So, you can integrate server side conditions.
- Custom Directive Localization
- URL localization
- Can be used with transitions
- Supports formatting translation out-of-the-box. Just like sprintf in php and printf in C.
- Component Based Localization.
- Official supports for Nuxtjs, Vue CLI, webpack, ESLint , Jetbrains Intellij platform (Webstorm, Phpstorm etc) ,
Top comments (0)