Skip to content

Commit

Permalink
fix(docs): add defaultLocale to examples (#955)
Browse files Browse the repository at this point in the history
If defaultLocale is not added, it will not run if the code is written as illustrated.
  • Loading branch information
bottlehs authored Nov 7, 2020
1 parent 6bacb3b commit 4b69c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/es/basic-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ category: Guía

La forma más rápida de comenzar con **nuxt-i18n** es definir la lista de entornos `locales` admitidos y proporcionar algunos mensajes de traducción a **vue-i18n** a través de la opción `vueI18n`:

```js
```js{}[nuxt.config.js]
{
modules: [
'nuxt-i18n'
Expand Down

0 comments on commit 4b69c6c

Please sign in to comment.