nuxt-i18n
Advanced tools
Comparing version 6.13.0 to 6.13.1
@@ -0,1 +1,8 @@ | ||
### [6.13.1](https://github.com/nuxt-community/nuxt-i18n/compare/v6.13.0...v6.13.1) (2020-07-03) | ||
### Bug Fixes | ||
* incorrect SEO links when vue-loader forces local i18n instance ([#786](https://github.com/nuxt-community/nuxt-i18n/issues/786)) ([8cf173d](https://github.com/nuxt-community/nuxt-i18n/commit/8cf173d202869c9999e0b7cbc8a2f31b0ebedd17)), closes [#785](https://github.com/nuxt-community/nuxt-i18n/issues/785) | ||
## [6.13.0](https://github.com/nuxt-community/nuxt-i18n/compare/v6.12.2...v6.13.0) (2020-07-02) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "nuxt-i18n", | ||
"version": "6.13.0", | ||
"version": "6.13.1", | ||
"description": "i18n for Nuxt", | ||
@@ -97,3 +97,3 @@ "license": "MIT", | ||
"@babel/runtime": "7.10.4", | ||
"@nuxt/types": "2.13.2", | ||
"@nuxt/types": "2.13.3", | ||
"@nuxtjs/eslint-config-typescript": "2.0.0", | ||
@@ -119,3 +119,3 @@ "@nuxtjs/module-test-utils": "1.6.3", | ||
"messageformat": "2.3.0", | ||
"nuxt": "2.13.2", | ||
"nuxt": "2.13.3", | ||
"playwright-chromium": "1.1.1", | ||
@@ -122,0 +122,0 @@ "release-it": "13.6.4", |
@@ -203,2 +203,3 @@ import Vue from 'vue' | ||
i18n.setLocale = (locale) => loadAndSetLocale(locale) | ||
i18n.__baseUrl = app.i18n.__baseUrl | ||
} | ||
@@ -205,0 +206,0 @@ |
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
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
109253
1414