We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 126ab7f commit a991513Copy full SHA for a991513
docs/.vitepress/config.js
@@ -32,6 +32,8 @@ module.exports = {
32
33
locales: {
34
'/': {
35
+ label: 'English',
36
+ selectText: 'Languages',
37
editLinkText: 'Edit this page on GitHub',
38
39
nav: [
@@ -86,7 +88,12 @@ module.exports = {
86
88
}
87
89
]
90
},
91
+
92
'/ptbr/': {
93
+ label: 'Português',
94
+ selectText: 'Idiomas',
95
+ editLinkText: 'Edite esta página no GitHub',
96
97
98
{ text: 'Guia', link: '/ptbr/guide/' },
99
{ text: 'Referência da API', link: '/ptbr/api/' },
@@ -98,6 +105,7 @@ module.exports = {
105
106
100
107
],
108
101
109
sidebar: [
102
110
{
103
111
text: 'Introdução',
0 commit comments