Skip to content

Commit d1c0d82

Browse files
steppiInessaPawsonmelissawm
authored
Publish Japanese and Portuguese translations to main website. (#658)
* Comment out disableLanguages * Update disableLanguages convention in response to gen_config change * Fix incorrect link - Link goes to English contribute instead of Portuguese * Add the announcement about jp and pt translations to news.md * Check in Tetsuo Koyama's translation of announcement * Make lists of volunteers bulleted lists * Add melissawm's translation of announcements * Add Tetsuo Koyama to list of volunteers * Fix mistype * Update newsHeader for pt * Apply suggestions from code review Co-authored-by: Melissa Weber Mendonça <melissawm@gmail.com> --------- Co-authored-by: Inessa Pawson <inessapawson@gmail.com> Co-authored-by: Melissa Weber Mendonça <melissawm@gmail.com>
1 parent 5688618 commit d1c0d82

File tree

5 files changed

+92
-10
lines changed

5 files changed

+92
-10
lines changed

config.yaml.in

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ markup:
88
renderer:
99
unsafe: true
1010

11-
# Uncomment this to disable the translations for the specified languages.
12-
# This may be useful to be able to merge partial translations without deploying
13-
# them to numpy.org immediately.
14-
disableLanguages: ["pt", "ja"]
11+
# Add two character language codes to disable translations for the specified
12+
# languages. This may be useful to be able to merge partial translations
13+
# without deploying them to numpy.org immediately.
14+
disableLanguages: []
1515

1616
params:
1717
images:

content/en/news.md

Lines changed: 33 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,41 @@
11
---
22
title: News
33
sidebar: false
4-
newsHeader: "NumPy 1.25.0 released"
5-
date: 2023-06-17
4+
newsHeader: "numpy.org is now available in Japanese and Portuguese"
5+
date: 2023-08-01
66
---
77

8+
### numpy.org is now available in Japanese and Portuguese
9+
10+
_Aug 1, 2023_ -- numpy.org is now available in 2 additional languages:
11+
Japanese and Portuguese. This wouldn’t be possible without our dedicated volunteers:
12+
13+
_Portuguese:_
14+
* Melissa Weber Mendonça (melissawm)
15+
* Ricardo Prins (ricardoprins)
16+
* Getúlio Silva (getuliosilva)
17+
* Julio Batista Silva (jbsilva)
18+
* Alexandre de Siqueira (alexdesiqueira)
19+
* Alexandre B A Villares (villares)
20+
* Vini Salazar (vinisalazar)
21+
22+
_Japanese:_
23+
* Atsushi Sakai (AtsushiSakai)
24+
* KKunai
25+
* Tom Kelly (TomKellyGenetics)
26+
* Yuji Kanagawa (kngwyu)
27+
* Tetsuo Koyama (tkoyama010)
28+
29+
The work on the translation infrastructure is supported with funding from CZI.
30+
31+
Looking ahead, we’d love to translate the website into more languages.
32+
If you’d like to help, please connect with the NumPy Translations Team on Slack:
33+
https://join.slack.com/t/numpy-team/shared_invite/zt-1gokbq56s-bvEpo10Ef7aHbVtVFeZv2w.
34+
(Look for the #translations channel.) We are also building a Translations Team who will be
35+
working on localizing documentation and educational content across the Scientific Python
36+
ecosystem. If this piqued your interest, join us on the Scientific Python
37+
Discord: https://discord.gg/khWtqY6RKr. (Look for the #translation channel.)
38+
839
### NumPy 1.25.0 released
940

1041
_Jun 17, 2023_ -- [NumPy 1.25.0](https://numpy.org/doc/stable/release/1.25.0-notes.html)

content/ja/news.md

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,35 @@
11
---
22
title: ニュース
33
sidebar: false
4-
newsHeader: "NumPy 1.25.0 リリース"
5-
date: 2023-06-17
4+
newsHeader: "numpy.orgが日本語とポルトガル語に対応しました。"
5+
date: 2023-08-01
66
---
77

8+
### numpy.orgが日本語とポルトガル語に対応しました。
9+
10+
_2023年4月1日_ -- numpy.orgが2つの言語で利用可能になりました:
11+
日本語とポルトガル語。 私たちの熱心なボランティアがいなければ、これは不可能です:
12+
13+
_ポルトガル語:_
14+
* Melissa Weber Mendonça (melissawm)
15+
* Ricardo Prins (ricardoprins)
16+
* Getúlio Silva (getuliosilva)
17+
* Julio Batista Silva (jbsilva)
18+
* Alexandre de Siqueira (alexdesiqueira)
19+
* Alexandre B A Villares (villares)
20+
* Vini Salazar (vinisalazar)
21+
22+
_日本語:_
23+
* Atsushi Sakai (AtsushiSakai)
24+
* KKunai
25+
* Tom Kelly (TomKellyGenetics)
26+
* Yuji Kanagawa (kngwyu)
27+
* Tetsuo Koyama (tkoyama010)
28+
29+
翻訳インフラストラクチャに関する作業は、CZIからの資金援助でサポートされています。
30+
31+
今後は、ウェブサイトをより多くの言語に翻訳したいと思います。 手伝いたい場合は、Slack上のNumPy翻訳チームと繋がってください: https://join.slack.com/t/numpy-team/shared_invite/zt-1gokbq56s-bvEpo10Ef7aHbVtVFeZv2w. (#translations チャンネルを探してください) また、Scientific Pythonエコシステム全体のドキュメントや教育コンテンツのローカライズに取り組む 翻訳チームも 立ち上げています。 これが興味を引いた場合は、Scientific Python Discordに参加してください: https://discord.gg/khWtqY6RKr (#translation チャンネルを探してください)
32+
833
### NumPy 1.25.0 リリース
934

1035
_2023年1月17日_ -- [Numpy 1.25.0](https://numpy.org/doc/stable/release/1.25.0-notes.html) がリリースされました。 今回のリリースの目玉機能は次のとおりです。

content/pt/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ params:
9393
url: /pt/news
9494
-
9595
title: Contribuir
96-
url: /contribute
96+
url: /pt/contribute
9797
footer:
9898
logo: logo.svg
9999
socialmediatitle: ""

content/pt/news.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,36 @@
11
---
22
title: Notícias
33
sidebar: false
4-
newsHeader: "Lançado o NumPy 1.25.0"
4+
newsHeader: "numpy.org agora está disponível em Japonês e Português"
55
date: 2023-06-17
66
---
77

8+
### numpy.org agora está disponível em Japonês e Português
9+
10+
Estamos felizes em anunciar que o site numpy.org agora está disponível em duas línguas adicionais além do Inglês: Japonês e Português Brasileiro. Isso não teria sido possível sem nosso grupo de voluntários:
11+
12+
Português:
13+
* Melissa Weber Mendonça (melissawm)
14+
* Ricardo Prins (ricardoprins)
15+
* Getúlio Silva (getuliosilva)
16+
* Julio Batista Silva (jbsilva)
17+
* Alexandre de Siqueira (alexdesiqueira)
18+
* Alexandre B A Villares (villares)
19+
* Vini Salazar (vinisalazar)
20+
21+
Japonês:
22+
* Atsushi Sakai (AtsushiSakai)
23+
* KKunai
24+
* Tom Kelly (TomKellyGenetics)
25+
* Yuji Kanagawa (kngwyu)
26+
* Tetsuo Koyama (tkoyama010)
27+
28+
O trabalho na infraestrutura de traduções é financiado pela CZI.
29+
30+
No futuro, adoraríamos traduzir o site para mais línguas. Se você quiser ajudar, por favor entre em contato com o time de traduções do NumPy no Slack:
31+
https://join.slack.com/t/numpy-team/shared_invite/zt-1gokbq56s-bvEpo10Ef7aHbVtVFeZv2w. (Procure pelo canal #translations)
32+
Também estamos organizando um time de tradutores que serão responsáveis por trabalhar na localização da documentação e conteúdo educacional para o ecossistema Scientific Python. Se esse trabalho te interessa, junte-se a nós no Discord do projeto Scientific Python: https://discord.gg/khWtqY6RKr. (Procure pelo canal #translation)
33+
834
### Lançado o NumPy 1.25.0
935

1036
_17 de junho, 2023_ -- [NumPy 1.25.0](https://numpy.org/doc/stable/release/1.25.0-notes.html) está disponível agora. Os destaques desta versão são:

0 commit comments

Comments
 (0)