nuxt-i18n
Advanced tools
Comparing version 1.0.0 to 1.0.1
# Change Log | ||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. | ||
<a name="1.0.1"></a> | ||
# [1.0.1](https://github.com/paulgv/nuxt-i18n/compare/v1.0.0...v1.0.1) (2017-12-05) | ||
### Fixed | ||
- Fix children routes generator ([696b7c7](https://github.com/paulgv/nuxt-i18n/commit/696b7c7)) @MengWeiChen | ||
<a name="1.0.0"></a> | ||
@@ -6,0 +13,0 @@ # [1.0.0](https://github.com/paulgv/nuxt-i18n/compare/v0.1.0...v1.0.0) (2017-12-05) |
@@ -22,3 +22,8 @@ const { has } = require('lodash') | ||
if (children) { | ||
children = generateRoutes(children, [locale]) | ||
children = generateRoutes({ | ||
baseRoutes: children, | ||
locales: [locale], | ||
defaultLocale, | ||
routesOptions | ||
}) | ||
} | ||
@@ -25,0 +30,0 @@ const { code } = locale |
{ | ||
"name": "nuxt-i18n", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "i18n for Nuxt", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
28608
183