Skip to content

Add translations for Japanese #645

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
2 changes: 1 addition & 1 deletion content/ja/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ SciPyは、いつまでも 100% オープンソースのソフトウェアであ
SciPy 開発チームは、経済的支援、サービス、または開発インフラを提供してくださっている以下の企業や組織に感謝を申し上げます。

- [JetBrains](https://jb.gg/OpenSourceSupport): すべての活動中のメンテナに対するすべての製品のライセンス付与
- Tidelift:
- [Tidelift](https://tidelift.com/subscription/pkg/pypi-scipy?utm_source=pypi-scipy&utm_medium=referral&utm_campaign=readme):
Tideliftのオープンソースサブスクリプションを通じたSciPyへの経済的支援
- [CircleCI](https://circleci.com): CIサービスのクレジット付与
- [TravisCI](https://travis-ci.com): CIサービスのクレジット付与
Expand Down
34 changes: 17 additions & 17 deletions content/ja/config.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
languageName: Japanese
languageName: English
params:
description: Why SciPy? Fundamental algorithms. Broadly applicable. Foundational. Interoperable. Performant. Open source.
navbarlogo:
image: logo.svg
altText: A blue circle with a snake in the shape of the letter 'S'.
text: SciPy
link: /ja/
link: /
hero:
# Main hero title
title: SciPy
Expand All @@ -14,23 +14,23 @@ params:
# Button text
buttontext: Get started
# Where the main hero button links to
buttonlink: "/ja/install"
buttonlink: "/install"
# Hero image (from static/images/___)
image: logo.svg

section5: false

navbar:
- title: Install
url: /ja/install
url: /install
- title: Documentation
url: https://docs.scipy.org/doc/scipy/
- title: Community
url: /ja/community
url: /community
- title: About Us
url: /ja/about
url: /about
- title: Contribute
url: /ja/contribute
url: /contribute
footer:
logo: logo.svg
socialmediatitle: ""
Expand All @@ -44,34 +44,34 @@ params:
title: ""
links:
- text: Install
link: /ja/install
link: /install
- text: Documentation
link: https://docs.scipy.org/doc/scipy/
- text: Citing SciPy
link: /ja/citing-scipy
link: /citing-scipy
- text: Roadmap
link: https://scipy.github.io/devdocs/dev/roadmap.html
column2:
links:
- text: About Us
link: /ja/about
link: /about
- text: Community
link: /ja/community
link: /community
- text: SciPy Conference
link: https://conference.scipy.org/
- text: Contribute
link: /ja/contribute
link: /contribute
- text: Code of Conduct
link: https://docs.scipy.org/doc/scipy/dev/conduct/code_of_conduct.html
column3:
links:
- text: FAQ
link: /ja/faq
link: /faq
- text: Terms of Use
link: /ja/terms
link: /terms
- text: Privacy
link: /ja/privacy
link: /privacy
- text: Press Kit
link: /ja/press-kit
link: /press-kit
- text: Social Media
link: /ja/about/#social-media
link: /about/#social-media
Loading
Loading