vue-i18n

Internationalization plugin for Vue.js

MIT License

Downloads
65
Stars
7.3K
Committers
183

Bot releases are hidden (Show)

vue-i18n - https://github.com/kazupon/vue-i18n/releases/tag/v7.0.0-rc.1

Published by kazupon over 7 years ago

v7.0.0-rc.1 (2017-05-26)

πŸ“ˆ Performance Fixes

  • fix translation performance issue (6032a51), closes #165

πŸ†™ Updates

  • flowtype: remove unneccesary type (eb60156)
vue-i18n - v7.0.0-beta.4

Published by kazupon over 7 years ago

7.0.0-beta.4 (2017-05-23)

πŸ› Bug Fixes

  • pluralization: fix default choice (240cfed), closes #164
vue-i18n -

Published by kazupon over 7 years ago

7.0.0-beta.3 (2017-05-15)

πŸ†™ Updates

  • bring back from bug fix (95be4ea)
vue-i18n - https://github.com/kazupon/vue-i18n/releases/tag/v6.1.3

Published by kazupon over 7 years ago

v6.1.3 (2017-05-15)

πŸ› Bug Fixes

vue-i18n - https://github.com/kazupon/vue-i18n/releases/tag/v6.1.2

Published by kazupon over 7 years ago

v6.1.2 (2017-05-15)

vue-i18n - https://github.com/kazupon/vue-i18n/releases/tag/v7.0.0-beta.2

Published by kazupon over 7 years ago

v7.0.0-beta.2 (2017-05-14)

⚑ Improvements

  • path: tweak for ssr (eb21921)
  • typescript: change custom formatter method name (c5f043f)
vue-i18n -

Published by kazupon over 7 years ago

7.0.0-beta.1 (2017-05-11)

⭐ New Features

πŸ’₯ Breaking changes

  • format: re-impelement formatter (a8c046d)
  • formatter: change method name (6eed51c)
  • flowtype: fix locale message related type changing (c30d576)

πŸ› Bug Fixes

πŸ’Ώ installation

CDN Direct donwload

<script src="https://unpkg.com/[email protected]"></script>

NPM

$ npm install vue-i18n@beta
vue-i18n - v6.1.1

Published by kazupon over 7 years ago

v6.1.1 (2017-04-19)

πŸ› Bug Fixes

  • te: Fix te() that always uses this.locale, even when locale supplied (#147) by @aicest (bf15eeb), closes #147
vue-i18n - https://github.com/kazupon/vue-i18n/releases/tag/v6.1.0

Published by kazupon over 7 years ago

v6.1.0 (2017-04-14)

⭐ New Features

  • api: add 'mergeLocaleMessage' method (ef21621), closes #131
  • silent: add silent translation missing option (29b3a17), closes #139

⚑ Improvements

  • change to method from computed property (9135a59), closes #141
vue-i18n -

Published by kazupon over 7 years ago

6.0.0 (2017-04-05)

πŸŽ‰ πŸŽ‰ πŸŽ‰

See the docs

⚑ Improvements

⭐ NEW Features

πŸ’₯ Breaking changes

  • API
  • Dynamic locale DEPRECATED
vue-i18n - https://github.com/kazupon/vue-i18n/releases/tag/v6.0.0-beta.1

Published by kazupon over 7 years ago

v6.0.0-beta.1 (2017-03-22)

πŸ’₯ Breaking changes

  • change fallbackRoot and sync option default true value (0890b44)
  • remove messages settter, and add getLocaleMessage API (0f0914d)

πŸ› Bug Fixes

  • mixin: fix computed props errors (a6b7e37)

πŸ†™ Updates

  • flowtype: argument names (cf14425)

⚑ Improvements

  • fallbackLocale: support reactivity (ed758be)
  • warn: suppress warning messages for production (6e417d2)
vue-i18n - https://github.com/kazupon/vue-i18n/releases/tag/v6.0.0-alpha.6

Published by kazupon over 7 years ago

v6.0.0-alpha.6 (2017-03-16)

⭐ New Features

  • add 'setLocaleMessage' API (8b71eda)
vue-i18n - https://github.com/kazupon/vue-i18n/releases/tag/v6.0.0-alpha.5

Published by kazupon over 7 years ago

v6.0.0-alpha.5 (2017-03-11)

πŸ› Bug Fixes

  • mixin: fix cannot create VueI18n instance error for minify production (7eeb29f)
vue-i18n - https://github.com/kazupon/vue-i18n/releases/tag/v6.0.0-alpha.4

Published by kazupon over 7 years ago

v6.0.0-alpha.4 (2017-03-11)

vue-i18n - https://github.com/kazupon/vue-i18n/releases/tag/v6.0.0-alpha.3

Published by kazupon over 7 years ago

v6.0.0-alpha.3 (2017-03-08)

⭐ New Features

πŸ†™ Updates

⚑ Improvements

  • mixin: add error throwings and a warning (0e4ac39)
vue-i18n -

Published by kazupon over 7 years ago

v6.0.0-alpha.2 (2017-02-27)

⚑ Improvements

  • mixin: release i18n instance (cc362a3)
  • vue: support vue 2.2 (5e7bf5e)
vue-i18n - https://github.com/kazupon/vue-i18n/releases/tag/v5.0.3

Published by kazupon over 7 years ago

v5.0.3 (2017-02-27)

⚑ Improvements

vue-i18n -

Published by kazupon over 7 years ago

v6.0.0-alpha.1 (2017-02-23)

This is the first release of 6.0.
In this version, have some big breaking changes.

  • Recommended for: experiments, prototypes, upgrading small, non-critical apps
  • NOT recommended for: production use, upgrading production apps

⚠️ Documentation still needs to be worked on. And also, we might change some APIs and features.

In the examples, please refer to this examples directory.

Improvements

the below server-side rendering demo animation-gif:
vue-i18n-ssr

API

Global Config

  • Vue.config.lang DEPRECATED, use VueI18n constructor locale option, or VueI18n#locale
  • Vue.config.fallbackLang DEPRECATED, use VueI18n constructor fallbackLocale option, or VueI18n#fallbackLocale
  • Vue.config.missingHandler DEPRECATED, use VueI18n constructor missing option, or VueI18n#missing
  • Vue.config.i18nFormatter DEPRECATED, use VueI18n constructor formatter option, or VueI18n#formatter

Global Method

  • Vue.locale DEPRECATED, use VueI18n constructor messages option, or VueI18n#messages
  • Vue.t DEPRECATED, use VueI18n#t
  • Vue.tc DEPRECATED, use VueI18n#tc
  • Vue.te DEPRECATED, use VueI18n#te

Constructor Options

  • locales DEPRECATED, use messages of i18n option (e.g { i18n: { messaes: ... } })

Instance Properties

  • $lang DEPRECATED, use locale of Vue instance property $i18n (e.g vm.$i18n.locale = 'en')

VueI18n class NEW

vue-i18n - v5.0.2

Published by kazupon over 7 years ago

v5.0.2 (2017-02-18)

⚑ Improvements

vue-i18n - https://github.com/kazupon/vue-i18n/releases/tag/v5.0.1

Published by kazupon over 7 years ago

v5.0.1 (2017-02-16)

⚑ Improvements

  • asset: update locale reactivity setting (b42fd9a)