Skip to content
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

Sorting the display order of languages #453

Merged
merged 2 commits into from
Jul 5, 2024
Merged
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
50 changes: 25 additions & 25 deletions website/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,55 +56,55 @@ contentDir = "content/en"
[languages.en.params]
description = "TAG Environmental Sustainability focuses on enabling projects and initiatives related to delivering cloud-native applications, including building, deploying, managing, and operating them."

[languages.zh]
[languages.de]
title = "CNCF TAG Environmental Sustainability"
languageName ="中文"
languageName ="Deutsch (German)"
# Weight used for sorting.
weight = 2
contentDir = "content/zh"
contentDir = "content/de"

[languages.zh.params]
description = "TAG环境可持续性专注于与交付云原生应用程序相关的扶持项目和举措,包括构建、部署、管理和运营这些应用程序。"
[languages.de.params]
description = "TAG Environmental Sustainability konzentriert sich auf die Unterstützung von Projekten und Initiativen im Zusammenhang mit der Bereitstellung von Cloud Nativen Anwendungen, einschließlich deren Entwicklung, Bereitstellung, Verwaltung und Betrieb."

[languages.es]
[languages.ja]
title = "CNCF TAG Environmental Sustainability"
languageName ="Español"
languageName ="日本語 (Japanese)"
# Weight used for sorting.
weight = 3
contentDir = "content/es"
contentDir = "content/ja"

[languages.es.params]
description = "TAG Sostenibilidad Ambiental se enfoca en habilitar proyectos e iniciativas para entregar aplicaciones cloud-native, incluyendo la construcción, despliegue, administración y las operaciones de las mismas."
[languages.ja.params]
description = "TAG Environmental Sustainabilityは、クラウドネイティブアプリケーションの構築、デプロイ、管理、運用を含むプロジェクトとイニシアチブの実現に焦点を当てています。"

[languages.de]
[languages.ko]
title = "CNCF TAG Environmental Sustainability"
languageName ="Deutsch"
languageName ="한국어 (Korean)"
# Weight used for sorting.
weight = 4
contentDir = "content/de"
contentDir = "content/ko"

[languages.de.params]
description = "TAG Environmental Sustainability konzentriert sich auf die Unterstützung von Projekten und Initiativen im Zusammenhang mit der Bereitstellung von Cloud Nativen Anwendungen, einschließlich deren Entwicklung, Bereitstellung, Verwaltung und Betrieb."
[languages.ko.params]
description = "TAG 환경 지속가능성은 클라우드 네이티브 애플케이션, 구축, 배포, 관리 그리고 운영을 위한 프로젝트와 이니셔티브를 중심으로 하고 있습니다."

[languages.ko]
[languages.zh]
title = "CNCF TAG Environmental Sustainability"
languageName ="Korean"
languageName ="简体中文 (Simplified Chinese)"
# Weight used for sorting.
weight = 5
contentDir = "content/ko"
contentDir = "content/zh"

[languages.ko.params]
description = "TAG 환경 지속가능성은 클라우드 네이티브 애플케이션, 구축, 배포, 관리 그리고 운영을 위한 프로젝트와 이니셔티브를 중심으로 하고 있습니다."
[languages.zh.params]
description = "TAG环境可持续性专注于与交付云原生应用程序相关的扶持项目和举措,包括构建、部署、管理和运营这些应用程序。"

[languages.ja]
[languages.es]
title = "CNCF TAG Environmental Sustainability"
languageName ="日本語"
languageName ="Español (Spanish)"
# Weight used for sorting.
weight = 6
contentDir = "content/ja"
contentDir = "content/es"

[languages.ja.params]
description = "TAG Environmental Sustainabilityは、クラウドネイティブアプリケーションの構築、デプロイ、管理、運用を含むプロジェクトとイニシアチブの実現に焦点を当てています。"
[languages.es.params]
description = "TAG Sostenibilidad Ambiental se enfoca en habilitar proyectos e iniciativas para entregar aplicaciones cloud-native, incluyendo la construcción, despliegue, administración y las operaciones de las mismas."

[markup]
[markup.goldmark]
Expand Down
Loading