Skip to content
Merged
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
7 changes: 7 additions & 0 deletions README.de.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
layout: page
title: Deutsch
permalink: /de/
lang: de
---

# [Standard Python Environment](https://github.com/europanite/standard_python_environment "Standard Python Environment")

[![Python](https://img.shields.io/badge/python-3.9|%203.10%20|%203.11|%203.12|%203.13-blue)](https://www.python.org/)
Expand Down
7 changes: 7 additions & 0 deletions README.es.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
layout: page
title: Español
permalink: /es/
lang: es
---

# [Standard Python Environment](https://github.com/europanite/standard_python_environment "Standard Python Environment")

[![Python](https://img.shields.io/badge/python-3.9|%203.10%20|%203.11|%203.12|%203.13-blue)](https://www.python.org/)
Expand Down
7 changes: 7 additions & 0 deletions README.fr.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
layout: page
title: Français
permalink: /fr/
lang: fr
---

# [Standard Python Environment](https://github.com/europanite/standard_python_environment "Standard Python Environment")

[![Python](https://img.shields.io/badge/python-3.9|%203.10%20|%203.11|%203.12|%203.13-blue)](https://www.python.org/)
Expand Down
7 changes: 6 additions & 1 deletion README.hi.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
> **नोट:** यह README.md का अनुवादित संस्करण है। अंग्रेज़ी README ही सत्य का मूल स्रोत है।
---
layout: page
title: हिन्दी
permalink: /hi/
lang: hi
---

# [Standard Python Environment](https://github.com/europanite/standard_python_environment "Standard Python Environment")

Expand Down
7 changes: 7 additions & 0 deletions README.ja.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
layout: page
title: 日本語
permalink: /ja/
lang: ja
---

# [Standard Python Environment](https://github.com/europanite/standard_python_environment "Standard Python Environment")

[![Python](https://img.shields.io/badge/python-3.9|%203.10%20|%203.11|%203.12|%203.13-blue)](https://www.python.org/)
Expand Down
7 changes: 7 additions & 0 deletions README.ko.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
layout: page
title: 한국어
permalink: /ko/
lang: ko
---

# [Standard Python Environment](https://github.com/europanite/standard_python_environment "Standard Python Environment")

[![Python](https://img.shields.io/badge/python-3.9|%203.10%20|%203.11|%203.12|%203.13-blue)](https://www.python.org/)
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
layout: page
title: English
permalink: /
lang: en
---

# [Standard Python Environment](https://github.com/europanite/standard_python_environment "Standard Python Environment")

[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
Expand Down
7 changes: 7 additions & 0 deletions README.pt-BR.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
layout: page
title: PT-BR
permalink: /pt-BR/
lang: pt-BR
---

[![Python](https://img.shields.io/badge/python-3.9|%203.10%20|%203.11|%203.12|%203.13-blue)](https://www.python.org/)
![OS](https://img.shields.io/badge/OS-Linux%20%7C%20macOS%20%7C%20Windows-blue)

Expand Down
7 changes: 7 additions & 0 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
layout: page
title: 中文
permalink: /zh-CN/
lang: zh-CN
---

# [Standard Python Environment](https://github.com/europanite/standard_python_environment "Standard Python Environment")

[![Python](https://img.shields.io/badge/python-3.9|%203.10%20|%203.11|%203.12|%203.13-blue)](https://www.python.org/)
Expand Down
16 changes: 15 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,18 @@ markdown: kramdown
plugins:
- jekyll-feed
- jekyll-sitemap
highlighter: rouge
highlighter: rouge

header_pages:
- README.md
- README.ja.md
- README.hi.md
- README.zh-CN.md
- README.es.md
- README.pt-BR.md
- README.ko.md
- README.de.md
- README.fr.md

exclude:
- service/reports/
Loading