nuxt-i18n
Advanced tools
Comparing version 2.2.1 to 2.2.3
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="2.2.3"></a> | ||
## [2.2.3](https://github.com/paulgv/nuxt-i18n/compare/v2.2.2...v2.2.3) (2018-02-11) | ||
<a name="2.2.2"></a> | ||
## [2.2.2](https://github.com/paulgv/nuxt-i18n/compare/v2.2.1...v2.2.2) (2018-02-10) | ||
<a name="2.2.1"></a> | ||
@@ -7,0 +17,0 @@ ## [2.2.1](https://github.com/paulgv/nuxt-i18n/compare/v2.2.0...v2.2.1) (2018-02-10) |
{ | ||
"name": "nuxt-i18n", | ||
"version": "2.2.1", | ||
"version": "2.2.3", | ||
"description": "i18n for Nuxt", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
# nuxt-i18n | ||
[![npm (scoped with tag)](https://img.shields.io/npm/v/nuxt-i18n/latest.svg?style=flat-square)](https://npmjs.com/package/nuxt-i18n) | ||
[![npm](https://img.shields.io/npm/dt/nuxt-i18n.svg?style=flat-square)](https://npmjs.com/package/nuxt-i18n) | ||
[![CircleCI](https://img.shields.io/circleci/project/github/paulgv/nuxt-i18n.svg?style=flat-square)](https://circleci.com/gh/paulgv/nuxt-i18n) | ||
[![Codecov](https://img.shields.io/codecov/c/github/paulgv/nuxt-i18n.svg?style=flat-square)](https://codecov.io/gh/paulgv/nuxt-i18n) | ||
[![Dependencies](https://david-dm.org/paulgv/nuxt-i18n/status.svg?style=flat-square)](https://david-dm.org/paulgv/nuxt-i18n) | ||
[![CircleCI](https://img.shields.io/circleci/project/github/nuxt-community/nuxt-i18n.svg?style=flat-square)](https://circleci.com/gh/nuxt-community/nuxt-i18n) | ||
[![Codecov](https://img.shields.io/codecov/c/github/nuxt-community/nuxt-i18n.svg?style=flat-square)](https://codecov.io/gh/nuxt-community/nuxt-i18n) | ||
[![Dependencies](https://david-dm.org/nuxt-community/nuxt-i18n/status.svg?style=flat-square)](https://david-dm.org/nuxt-community/nuxt-i18n) | ||
[![js-standard-style](https://img.shields.io/badge/code_style-standard-brightgreen.svg?style=flat-square)](http://standardjs.com) | ||
@@ -198,2 +198,3 @@ | ||
| `redirectRootToLocale` | String | | Specify a locale to which the user should be redirected when visiting root URL (/), doesn't do anything if `noPrefixDefaultLocale` is enabled | | ||
| `seo` | Boolean | `true` | Set to `false` to disable SEO metadata generation | | ||
@@ -200,0 +201,0 @@ ## Configuration example |
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
22884
265