Fix: Add back title and description for translated sites

This commit is contained in:
Philipp Oppermann
2023-04-09 19:49:35 +02:00
parent 5f5320f8e0
commit a7cfc562e9

View File

@@ -51,6 +51,9 @@ translation_contributors = "With contributions from"
word_separator = "and" word_separator = "and"
# Chinese (simplified) # Chinese (simplified)
[languages.zh-CN]
title = "Writing an OS in Rust"
description = "This blog series creates a small operating system in the Rust programming language. Each post is a small tutorial and includes all needed code."
[languages.zh-CN.translations] [languages.zh-CN.translations]
lang_name = "Chinese (simplified)" lang_name = "Chinese (simplified)"
toc = "目录" toc = "目录"
@@ -66,6 +69,9 @@ translation_contributors = "With contributions from"
word_separator = "和" word_separator = "和"
# Chinese (traditional) # Chinese (traditional)
[languages.zh-TW]
title = "Writing an OS in Rust"
description = "This blog series creates a small operating system in the Rust programming language. Each post is a small tutorial and includes all needed code."
[languages.zh-TW.translations] [languages.zh-TW.translations]
lang_name = "Chinese (traditional)" lang_name = "Chinese (traditional)"
toc = "目錄" toc = "目錄"
@@ -81,6 +87,9 @@ translation_contributors = "With contributions from"
word_separator = "和" word_separator = "和"
# Japanese # Japanese
[languages.ja]
title = "Writing an OS in Rust"
description = "This blog series creates a small operating system in the Rust programming language. Each post is a small tutorial and includes all needed code."
[languages.ja.translations] [languages.ja.translations]
lang_name = "Japanese" lang_name = "Japanese"
toc = "目次" toc = "目次"
@@ -96,6 +105,9 @@ translation_contributors = "With contributions from"
word_separator = "及び" word_separator = "及び"
# Persian # Persian
[languages.fa]
title = "Writing an OS in Rust"
description = "This blog series creates a small operating system in the Rust programming language. Each post is a small tutorial and includes all needed code."
[languages.fa.translations] [languages.fa.translations]
lang_name = "Persian" lang_name = "Persian"
toc = "فهرست مطالب" toc = "فهرست مطالب"
@@ -111,6 +123,9 @@ translation_contributors = "With contributions from"
word_separator = "و" word_separator = "و"
# Russian # Russian
[languages.ru]
title = "Writing an OS in Rust"
description = "This blog series creates a small operating system in the Rust programming language. Each post is a small tutorial and includes all needed code."
[languages.ru.translations] [languages.ru.translations]
lang_name = "Russian" lang_name = "Russian"
toc = "Содержание" toc = "Содержание"
@@ -126,6 +141,9 @@ translation_contributors = "With contributions from"
word_separator = "и" word_separator = "и"
# French # French
[languages.fr]
title = "Writing an OS in Rust"
description = "This blog series creates a small operating system in the Rust programming language. Each post is a small tutorial and includes all needed code."
[languages.fr.translations] [languages.fr.translations]
lang_name = "French" lang_name = "French"
toc = "Table des matières" toc = "Table des matières"
@@ -141,6 +159,9 @@ translation_contributors = "With contributions from"
word_separator = "et" word_separator = "et"
# Korean # Korean
[languages.ko]
title = "Writing an OS in Rust"
description = "This blog series creates a small operating system in the Rust programming language. Each post is a small tutorial and includes all needed code."
[languages.ko.translations] [languages.ko.translations]
lang_name = "Korean" lang_name = "Korean"
toc = "목차" toc = "목차"