This package has been deprecated

Author message:

This package is no longer supported. use at your own risk.

vue-i18n-utils

0.6.0 • Public • Published

vue-i18n-utils

Collection of utility components for vue-i18n-manager

Installation

$ npm install vue-i18n-utils

Usage

import Vue from 'vue'
import VueI18nUtils from 'vue-i18n-utils'

Vue.use(VueI18nUtils)
<translation-tool />
<language-switcher />

it is also possible to pass a label parameter (default value is code), and instead of displaing the code name of the languages, it's possible to display another property added to the language object in your vue-i18n-manager configuration object

<translation label="name" />
<language-switcher label="name" />

Docs

More about these components here

Issues and features requests

Please drop an issue, if you find something that doesn't work, or a feature request at https://github.com/MatteoGabriele/vue-i18n-utils/issues

Follow me on twitter @matteo_gabriele

Readme

Keywords

Package Sidebar

Install

npm i vue-i18n-utils

Weekly Downloads

0

Version

0.6.0

License

MIT

Last publish

Collaborators

  • matteo_gabriele