Skip to content

Commit

Permalink
test: Rename i18n key to nuxtI18n in fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgv committed Jun 7, 2018
1 parent 5ff618d commit a21f065
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test/fixtures/basic/pages/about.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default {
components: {
LangSwitcher
},
i18n: {
nuxtI18n: {
paths: {
en: '/about-us',
fr: '/a-propos'
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/basic/pages/dynamicNested/_category.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<script>
export default {
i18n: {
nuxtI18n: {
paths: {
fr: '/imbrication-dynamique/:category'
}
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/basic/pages/dynamicNested/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<script>
export default {
i18n: {
nuxtI18n: {
paths: {
fr: '/imbrication-dynamique'
}
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/basic/pages/fr/notlocalized.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@

<script>
export default {
i18n: false
nuxtI18n: false
}
</script>

0 comments on commit a21f065

Please sign in to comment.