Skip to content

Commit c9bda1b

Browse files
authored
Create README-PT-BR.md
## Description This PR adds a Brazilian Portuguese (pt-BR) translation of the README file to improve accessibility for Portuguese-speaking developers and contributors. 🎃 **Hacktoberfest 2024 Contribution** ## Changes - Added `README.pt-BR.md` with complete Brazilian Portuguese translation - All links, badges, and technical references preserved from original - Maintained original formatting and structure ## Motivation As part of Hacktoberfest 2024, I wanted to contribute to this project by making it more accessible to the Brazilian and Portuguese-speaking developer community. Localization helps expand the project's reach and encourages more diverse contributions.
1 parent 8726d40 commit c9bda1b

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README-PT-BR.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# The Algorithms - Java
2+
3+
[![Build](https://github.com/TheAlgorithms/Java/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/TheAlgorithms/Java/actions/workflows/build.yml)
4+
[![codecov](https://codecov.io/gh/TheAlgorithms/Java/graph/badge.svg?token=XAdPyqTIqR)](https://codecov.io/gh/TheAlgorithms/Java)
5+
[![Discord chat](https://img.shields.io/discord/808045925556682782.svg?logo=discord&colorB=7289DA&style=flat-square)](https://discord.gg/c7MnfGFGa6)
6+
[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/TheAlgorithms/Java)
7+
8+
9+
Você pode executar e editar os algoritmos, ou contribuir com eles usando o Gitpod.io (um ambiente de desenvolvimento online gratuito) com um único clique.
10+
11+
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/TheAlgorithms/Java)
12+
13+
### Todos os algoritmos são implementados em Java (para fins educacionais)
14+
Essas implementações são destinadas a propósitos de aprendizado. Como tal, elas podem ser menos eficientes do que a biblioteca padrão do Java.
15+
16+
## Diretrizes de Contribuição
17+
Por favor, leia nossas [Diretrizes de Contribuição](CONTRIBUTING.md) antes de contribuir para este projeto.
18+
19+
## Algoritmos
20+
Nosso [diretório](DIRECTORY.md) possui a lista completa de aplicações.

0 commit comments

Comments
 (0)