nuxt-i18n
Advanced tools
Comparing version 2.3.3 to 2.3.4
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="2.3.4"></a> | ||
## [2.3.4](https://github.com/nuxt-community/nuxt-i18n/compare/v2.3.3...v2.3.4) (2018-02-25) | ||
### Bug Fixes | ||
* Fix issue where locale messages would not be preserved after lazy-loading ([c39b33d](https://github.com/nuxt-community/nuxt-i18n/commit/c39b33d)) | ||
<a name="2.3.3"></a> | ||
@@ -7,0 +17,0 @@ ## [2.3.3](https://github.com/paulgv/nuxt-i18n/compare/v2.3.2...v2.3.3) (2018-02-21) |
@@ -27,4 +27,4 @@ import Vue from 'vue' | ||
const { loadLanguageAsync } = require('./i18n.utils') | ||
loadLanguageAsync(app.i18n, app.i18n.locale) | ||
return loadLanguageAsync(app.i18n, app.i18n.locale) | ||
} | ||
} |
{ | ||
"name": "nuxt-i18n", | ||
"version": "2.3.3", | ||
"version": "2.3.4", | ||
"description": "i18n for Nuxt", | ||
@@ -12,3 +12,3 @@ "license": "MIT", | ||
"main": "lib/module.js", | ||
"repository": "https://github.com/paulgv/nuxt-i18n", | ||
"repository": "https://github.com/nuxt-community/nuxt-i18n", | ||
"publishConfig": { | ||
@@ -15,0 +15,0 @@ "access": "public" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
29663