Skip to content

Add translations for Portuguese, Brazilian #647

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions content/pt/news.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ newsHeader: Lançamento da SciPy versão 1.14.1!
date: 2024-08-20
---

### SciPy 1.16.0 released

_June 22, 2025_ -- SciPy 1.16.0 has been released!

### SciPy 1.15.3 released

_May 8, 2025_ -- SciPy 1.15.3 has been released!

### SciPy 1.15.2 released

_February 16, 2025_ -- SciPy 1.15.2 has been released!
Expand Down Expand Up @@ -208,6 +216,8 @@ a conferência será realizada de 7 a 15 de março em Santa Clara, Califórnia.

Aqui está uma lista de versões da SciPy, com links para notas de lançamento. Versões de correção de bugs (apenas o `z` muda no número de versão `x.y.z`) não tem novas funcionalidades; versões menores (o `y` muda) tem novas funcionalidades.

- SciPy 1.16.0 ([release notes](https://github.com/scipy/scipy/releases/tag/v1.16.0)) -- _2025-06-22_.
- SciPy 1.15.3 ([release notes](https://github.com/scipy/scipy/releases/tag/v1.15.3)) -- _2025-05-08_.
- SciPy 1.15.2 ([notas de lançamento](https://github.com/scipy/scipy/releases/tag/v1.15.2)) -- _2025-02-16_.
- SciPy 1.15.1 ([notas de versão](https://github.com/scipy/scipy/releases/tag/v1.15.1)) -- _2025-01-10_.
- SciPy 1.15.0 ([notas de versão](https://github.com/scipy/scipy/releases/tag/v1.15.0)) -- _2025-01-03_.
Expand Down
6 changes: 6 additions & 0 deletions content/pt/teams/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ Contributors with merge rights on GitHub.

{{< grid file="maintainers.toml" columns="2 3 4 5" />}}

### Typing team

Contributors with merge rights on `scipy-stubs`.

{{< grid file="typing-team.toml" columns="2 3 4 5" />}}

### Equipe de Triagem

Contributors with triage rights on GitHub.
Expand Down
19 changes: 19 additions & 0 deletions content/pt/teams/typing-team.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[[item]]
type = 'card'
classcard = 'text-center'
body = '''{{< image >}}
src = 'https://avatars.githubusercontent.com/u/6208662?u=f5b6702cd80c1cd85d9a9cdc84fee65bedae24ca&v=4"'
alt = 'Avatar of Joren Hammudoglu'
{{< /image >}}
Joren Hammudoglu'''
link = 'https://github.com/jorenham'

[[item]]
type = 'card'
classcard = 'text-center'
body = '''{{< image >}}
src = 'https://avatars.githubusercontent.com/u/98330?u=22a023f8d191ba200ab13d476c83860d015cc9fe&v=4"'
alt = 'Avatar of Ralf Gommers'
{{< /image >}}
Ralf Gommers'''
link = 'https://github.com/rgommers'
Loading