Any component responds to its own template, style and script..

But it also requires its own locales!

Localizer

Localization plugin for Vue.js

Give it a try

Main Vue Instance

  • $lang('color')

    ↪ {{ $lang('color') }}

  • $lang('name.last')

    ↪ {{ $lang('name.last') }}

  • $lang('number.list', ['1','3'])

    ↪ {{ $lang('number.list', ['1','3']) }}

  • $lang('path.does.not.exist')

    ↪ {{ $lang('path.does.not.exist') }}

{{ $options.locales | json }}

Global Locales

{{ globalLocales | json }}