0.6.0 • Published 8 years ago

vue-i18n-utils v0.6.0

Weekly downloads
14
License
MIT
Repository
github
Last release
8 years ago

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

0.6.0

8 years ago

0.5.0

8 years ago

0.4.0

8 years ago

0.3.0

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago