Skip to content

Commit fce89fe

Browse files
authored
Update pt-BR.json
## Description There was a misspelling on the word "escluir", the correct one is "excluir", as you can see on [google translate](https://translate.google.com/?source=osdd#view=home&op=translate&sl=pt&tl=en&text=excluir) ## Type of changes - ⚪ Bug fix (Change that fixed an issue) - ⚪ Breaking change (Change that can cause existing functionality to change) - ⚪ Improvement (Change that improves the code. Maybe performance or development improvement) - ⚪ Feature (Change that adds new functionality) - ⚪ Documentation change (Change that modifies documentation. Maybe typo fixes) ## Checklist: - ⚪ My code follows [the project code style](docs/code_style.md) - ⚪ I have written test for my code and it has been tested - ⚪ All existing tests have been passed - ⚪ I have attached a screenshot/video to visualize my change if possible
1 parent 05da826 commit fce89fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

locales/pt-BR.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"White": "Branco",
3434
"Solarized Dark": "Escuro Solarizado",
3535
"Dark": "Escuro",
36-
"Show a confirmation dialog when deleting notes": "Mostrar um diálogo de confirmação ao escluir notas",
36+
"Show a confirmation dialog when deleting notes": "Mostrar um diálogo de confirmação ao excluir notas",
3737
"Editor Theme": "Tema do Editor",
3838
"Editor Font Size": "Tamanho da Fonte do Editor",
3939
"Editor Font Family": "Família da Fonte do Editor",

0 commit comments

Comments
 (0)