Skip to content

Commit

Permalink
Translations
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasnachtigall committed Oct 17, 2023
1 parent 75ff42e commit 669e2e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion i18n/en/docusaurus-plugin-content-docs/current.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"description": "The label for category Frameworks in sidebar tutorialSidebar"
},
"sidebar.tutorialSidebar.category.Configurações do Projeto": {
"message": "Configurações do Projeto",
"message": "Project Settings",
"description": "The label for category Configurações do Projeto in sidebar tutorialSidebar"
},
"sidebar.tutorialSidebar.category.Domínios": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Para utilizar o pnpm, adicione o seguinte no seu arquivo: "/.github/workflows/bohr.yml", logo após a linha "- uses: actions/checkout@v3":
To use pnpm, add the following to your file: "/.github/workflows/bohr.yml," right after the line "- uses: actions/checkout@v3":

```
- run: corepack enable
Expand All @@ -10,7 +10,8 @@ Para utilizar o pnpm, adicione o seguinte no seu arquivo: "/.github/workflows/bo
cache: pnpm
```

Exemplo de arquivo completo (a identação correta é obrigatória):
Example of a complete file (correct indentation is mandatory):

```
name: bohr.io deploy
on:
Expand Down

0 comments on commit 669e2e0

Please sign in to comment.