vue-i18n

Internationalization plugin for Vue.js

MIT License

Downloads
65
Stars
7.3K
Committers
183

Bot releases are hidden (Show)

vue-i18n - v7.6.0

Published by kazupon over 6 years ago

v7.6.0 (2018-03-13)

⚑ Improvements

  • index: support retunable missing handler (#256) by @houd1ni (9fbe467)
  • typescript: update TranslateResult type interface (dffc678)
vue-i18n - v7.5.0

Published by kazupon over 6 years ago

v7.5.0 (2018-03-11)

⭐ New Features

⚑ Improvements

vue-i18n - v7.4.2

Published by kazupon over 6 years ago

v7.4.2 (2018-02-01)

⚑ Improvements

vue-i18n - v7.4.1

Published by kazupon over 6 years ago

v7.4.1 (2018-01-25)

πŸ› Bug Fixes

⚑ Improvements

vue-i18n - v7.4.0

Published by kazupon almost 7 years ago

v7.4.0 (2018-01-10)

⭐ New Features

vue-i18n - v7.3.4

Published by kazupon almost 7 years ago

v7.3.4 (2018-01-07)

πŸ› Bug Fixes

vue-i18n - v7.3.3

Published by kazupon almost 7 years ago

v7.3.3 (2017-12-19)

πŸ› Bug Fixes

vue-i18n - v7.3.2

Published by kazupon about 7 years ago

v7.3.2 (2017-10-19)

⚑ Improvements

vue-i18n - v7.3.1

Published by kazupon about 7 years ago

v7.3.1 (2017-10-04)

πŸ› Bug Fixes

  • directive: fix cannot locale reactivity (e1fc12e), closes #227
vue-i18n - v7.3.0

Published by kazupon about 7 years ago

v7.3.0 (2017-09-22)

illbeback

v-t: I came back!

See the medium article

⭐ New Features

  • directives: support v-t custom directive (welcome back!) (af9a2e7)

πŸ†™ Updates

vue-i18n - v7.2.0

Published by kazupon about 7 years ago

v7.2.0 (2017-08-28)

⭐ New Features

  • interpolation: list formatting refactor and places/place feature (#218) by @myst729 (0f0f3ff)
vue-i18n - v7.1.2

Published by kazupon about 7 years ago

v7.1.2 (2017-08-25)

⚑ Improvements

vue-i18n - v7.1.1

Published by kazupon about 7 years ago

v7.1.1 (2017-08-03)

πŸ› Bug Fixes

  • mixin: fix cannot setup VueI18n instance (13585a4), closes #203
vue-i18n - v7.1.0

Published by kazupon about 7 years ago

v7.1.0 (2017-07-30)

⚑ Improvements

  • custom-block: support multiple custom blocks (ab955a5), closes #189

NOTE: multiple custom blocks requirement: vue-i18n-loader v0.2.0+

vue-i18n - v7.0.5

Published by kazupon over 7 years ago

v7.0.5 (2017-07-08)

πŸ› Bug Fixes

  • format: fix cannot collectly parse percent (fc71eda), closes #191
vue-i18n - v7.0.4

Published by kazupon over 7 years ago

v7.0.4 (2017-07-01)

πŸ› Bug Fixes

πŸ“ˆ Performance Fixes

vue-i18n - https://github.com/kazupon/vue-i18n/releases/tag/v7.0.3

Published by kazupon over 7 years ago

v7.0.3 (2017-06-13)

πŸ› Bug Fixes

  • fallback: fix cannot fallabck localization (694e6f2), closes #176
  • fallback: fix fallback locale issue (d9ceddc), closes #174
  • linked: fix cannot fallback linked localization (0c572f3), closes #172
vue-i18n - https://github.com/kazupon/vue-i18n/releases/tag/v7.0.2

Published by kazupon over 7 years ago

v7.0.2 (2017-06-10)

πŸ› Bug Fixes

  • sfc: fix cannot parse custom block locale messages (32eb3a7), closes #173
vue-i18n - v7.0.1

Published by kazupon over 7 years ago

v7.0.1 (2017-06-04)

πŸ› Bug Fixes

  • fix cannat single file component translation (687d406), closes #169
  • fix cannnot resolve linked localization with component interpolation (c973619), closes #171
  • fix datetime and number fallback localization (be9e1bd), closes #168
  • fix linked translation with using hyphen or underscore keypath (6e9f151), closes #170
vue-i18n -

Published by kazupon over 7 years ago

7.0.0 (2017-05-29)

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

See the docs

⭐ New Features

πŸ“ˆ Performance Fixes

  • fix translation performance issue (6032a51)

⚑ Improvements

  • path: tweak for ssr

πŸ’₯ Breaking changes

  • format: re-impelement formatter
  • formatter: change method nam
  • flowtype: fix locale message related type changing and remove underscore type

πŸ› Bug Fixes

  • examples: fix ssr demo (059034f)
  • pluralization: fix default choice (240cfed)