Skip to content

Commit

Permalink
'zh-CN' BCP-47 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
vasfvitor committed Oct 21, 2023
1 parent 3a8f092 commit a2329d2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/src/content/docs/pt-br/reference/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -157,19 +157,19 @@ Se o seu site é multilíngue, a `label` de cada item é considerada como estand

```js
sidebar: [
// um exemplo de barra lateral com rótulos traduzidos para o Francês.
// um exemplo de barra lateral com rótulos traduzidos para o Chinês Simplificado.
{
label: 'Comece Aqui',
translations: { fr: 'Commencez ici' },
translations: { 'zh-CN': '从这里开始' },
items: [
{
label: 'Introdução',
translations: { fr: 'Bien démarrer' },
translations: { 'zh-CN': '开始使用' },
link: '/introducao',
},
{
label: 'Estrutura de Projetos',
translations: { fr: 'Structure du projet' },
translations: { 'zh-CN': '项目结构' },
link: '/estrutura',
},
],
Expand Down

0 comments on commit a2329d2

Please sign in to comment.