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/v4.0.1

Published by kazupon over 8 years ago

v4.0.1 (2016-06-06)

🐛 Bug Fixes

  • translate: fix underscore named argument translate issue (eeaf936)
vue-i18n -

Published by kazupon over 8 years ago

⚡ Improvements

  • support vue 2.0-pre-alpha (f6517bc)
vue-i18n -

Published by kazupon over 8 years ago

⭐ New Features

  • auto installation for standalone (2b0dc09)
vue-i18n -

Published by kazupon over 8 years ago

⭐ New Features

⚠️ Deprecated

  • options: remove Vue.use options (d87b59b)

⚡ Improvements

  • keypath: port the object path parser (3ae04b7)
  • translation: fix hypenate included key translating (d0a415f), closes #24
  • translation: warning outputing when cannot translate with keypath (b4c7c0e), closes #22
vue-i18n -

Published by kazupon over 8 years ago

Features

DEPRECATED

  • index: plugin install Vue.use options (options.locales, options.lang). See README
vue-i18n - v.2.4.1

Published by kazupon over 8 years ago

Features

  • i18n: support ruby on rails i18n interpolation format (b6b2490)
vue-i18n - v2.4.0

Published by kazupon over 8 years ago

Features

vue-i18n -

Published by kazupon almost 9 years ago

Bug Fixes

BREAKING CHANGES

  • bower: not support bower package manager

I think that bower is dead. 🙅

vue-i18n -

Published by kazupon almost 9 years ago

Performance improvements

  • bundle: more compact the vue-i18n distribution file (2f32ecc)
vue-i18n -

Published by kazupon almost 9 years ago

Reverts

  • index: automatically install for standalone (25b8059)
vue-i18n - https://github.com/kazupon/vue-i18n/releases/tag/v2.3.0

Published by kazupon almost 9 years ago

Bug Fixes

  • index: cannot work at Vue 1.0.10 later (6fd543e), closes #9

Features

  • index: support automatically install for standalone (ada2673)