Socket
Socket
Sign inDemoInstall

vue-i18n

Package Overview
Dependencies
Maintainers
1
Versions
353
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-i18n - npm Package Versions

1
36

6.0.0-alpha.5

Diff

Changelog

Source

6.0.0-alpha.5 (2017-03-11)

:bug: Bug Fixes

  • mixin: fix cannot create VueI18n instance error for minify production (7eeb29f)

<a name="6.0.0-alpha.4"></a>

kazupon
published 6.0.0-alpha.4 •

Changelog

Source

6.0.0-alpha.4 (2017-03-11)

<a name="6.0.0-alpha.3"></a>

kazupon
published 6.0.0-alpha.3 •

Changelog

Source

6.0.0-alpha.3 (2017-03-08)

:star: New Features

  • add sync option (5c46c07)

:zap: Improvements

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

<a name="6.0.0-alpha.2"></a>

kazupon
published 6.0.0-alpha.2 •

Changelog

Source

6.0.0-alpha.2 (2017-02-27)

:zap: Improvements

<a name="6.0.0-alpha.1"></a>

kazupon
published 5.0.3 •

kazupon
published 6.0.0-alpha.1 •

Changelog

Source

6.0.0-alpha.1 (2017-02-23)

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

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

:warning: 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

Features

  • Formatting <sup>support</sup>
  • Pluralization <sup>support</sup>
  • Locale and KeyPath Syntax <sup>support</sup>
  • Linked translation <sup>support</sup>
  • Fallback translation <sup>support</sup>
  • Component locale <sup>support</sup>
  • Dynamic locale <sup>DEPRECATED</sup>
  • Hot reload <sup>support</sup>

API

Global Config

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

Global Method

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

Constructor Options

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

Instance Properties

  • $lang <sup>DEPRECATED, use locale of Vue instance property $i18n(e.gvm.$i18n.locale = 'en')

VueI18n class <sup>NEW</sup>

<a name="5.0.2"></a>

kazupon
published 5.0.2 •

Changelog

Source

5.0.2 (2017-02-18)

:zap: Improvements

<a name="5.0.1"></a>

kazupon
published 5.0.1 •

Changelog

Source

5.0.1 (2017-02-16)

:zap: Improvements

  • asset: update locale reactivity setting (b42fd9a)

<a name="5.0.0"></a>

kazupon
published 5.0.0 •

Changelog

Source

5.0.0 (2017-02-04)

:boom: Breaking changes

<a name="4.10.0"></a>

kazupon
published 4.10.0 •

Changelog

Source

4.10.0 (2017-01-01)

:star: New Features

:up: Updates

  • override: change langVM keeping variable name (3ec1bb2)

<a name="4.9.0"></a>

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc