mirror of
https://github.com/Llewellynvdm/starship.git
synced 2025-02-12 00:49:06 +00:00
docs(i18n): Add German docs to the website and README.md (#864)
This commit is contained in:
parent
bf4705f914
commit
88b9b0ffe2
@ -54,12 +54,12 @@
|
|||||||
><img height="20" src="https://raw.githubusercontent.com/starship/starship/master/media/flag-ru.png" alt="Русский"
|
><img height="20" src="https://raw.githubusercontent.com/starship/starship/master/media/flag-ru.png" alt="Русский"
|
||||||
/></a>
|
/></a>
|
||||||
|
|
||||||
<a href="https://translate.starship.rs/project/starship-prompt/zh-CN"
|
<a href="https://github.com/starship/starship/blob/master/docs/de-DE/guide/README.md"
|
||||||
><img height="20" src="https://raw.githubusercontent.com/starship/starship/master/media/flag-cn.png" alt="简体中文"
|
><img height="20" src="https://raw.githubusercontent.com/starship/starship/master/media/flag-de.png" alt="Deutsch"
|
||||||
/></a>
|
/></a>
|
||||||
|
|
||||||
<a href="https://translate.starship.rs/project/starship-prompt/de"
|
<a href="https://translate.starship.rs/project/starship-prompt/zh-CN"
|
||||||
><img height="20" src="https://raw.githubusercontent.com/starship/starship/master/media/flag-de.png" alt="Deutsch"
|
><img height="20" src="https://raw.githubusercontent.com/starship/starship/master/media/flag-cn.png" alt="简体中文"
|
||||||
/></a>
|
/></a>
|
||||||
|
|
||||||
<a href="https://translate.starship.rs/project/starship-prompt/es"
|
<a href="https://translate.starship.rs/project/starship-prompt/es"
|
||||||
|
@ -19,6 +19,11 @@ module.exports = {
|
|||||||
lang: "ru-RU",
|
lang: "ru-RU",
|
||||||
title: "Starship",
|
title: "Starship",
|
||||||
description: "The cross-shell prompt for astronauts"
|
description: "The cross-shell prompt for astronauts"
|
||||||
|
},
|
||||||
|
"/de-DE/": {
|
||||||
|
lang: "de-DE",
|
||||||
|
title: "Starship",
|
||||||
|
description: "The cross-shell prompt for astronauts"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
// prettier-ignore
|
// prettier-ignore
|
||||||
@ -119,6 +124,25 @@ module.exports = {
|
|||||||
["/presets/", "Предустановки"]
|
["/presets/", "Предустановки"]
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"/de-DE/": {
|
||||||
|
// text for the language dropdown
|
||||||
|
selectText: "Sprachen",
|
||||||
|
// label for this locale in the language dropdown
|
||||||
|
label: "Deutsch",
|
||||||
|
// Custom text for edit link. Defaults to "Edit this page"
|
||||||
|
editLinkText: "Bearbeite diese Seite auf GitHub",
|
||||||
|
// Custom navbar values
|
||||||
|
nav: [{ text: "Konfiguration", link: "/config/" }],
|
||||||
|
// Custom sidebar values
|
||||||
|
sidebar: [
|
||||||
|
"/",
|
||||||
|
["/guide/", "Anleitung"],
|
||||||
|
["/config/", "Konfiguration"],
|
||||||
|
["/advanced-config/", "Erweiterte Konfiguration"],
|
||||||
|
["/faq/", "Häufig gestellte Fragen"],
|
||||||
|
["/presets/", "Konfigurations-Beispiele"]
|
||||||
|
]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
plugins: [
|
plugins: [
|
||||||
|
BIN
media/flag-de.png
Executable file → Normal file
BIN
media/flag-de.png
Executable file → Normal file
Binary file not shown.
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 584 B |
Loading…
x
Reference in New Issue
Block a user