Skip to content

Commit

Permalink
chore(i18n): enable portuguese language (nuxt#2074)
Browse files Browse the repository at this point in the history
  • Loading branch information
smarroufin authored May 5, 2022
1 parent 19e0ece commit 20457e4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 0 additions & 3 deletions i18n/pt-PT.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
import pt from '~docus-i18n/pt-PT'

export default {
...pt,
banner: {
here: 'v3.nuxtjs.org',
format: '{nuxt} beta já está disponível! Descobre mais sobre isso {here}'
Expand Down
6 changes: 6 additions & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,12 @@ export default withDocus({
iso: 'ja-JP',
file: 'ja-JP.js',
name: '日本語'
},
{
code: 'pt',
iso: 'pt-PT',
file: 'pt-PT.js',
name: 'Português'
}
]
},
Expand Down

0 comments on commit 20457e4

Please sign in to comment.