1.0.1 • Published 2 years ago

@tdio/locale v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@tdio/locale

Internationalization plugin for Vue.js stack modulars.

based on vue-i18n export global i18n shortcut: $t(ns [, value])

Installation

$ yarn add @tdio/locale -D
import { i18n, $t } from '@tdio/locale'

// initial locale
i18n.setLocaleMessage('zh', {
  'Hello World': '你好, xxx'
})

console.log($t('Hello World'))

License

MIT Copyright (c) Allex Wang

1.0.1

2 years ago

1.0.0

2 years ago