summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.dev>2021-12-21 12:30:59 +0300
committerGitHub <noreply@github.com>2021-12-21 04:30:59 -0500
commit1cc83254d9817bd326535cc59861d7edf9141a95 (patch)
tree39c1ecf7d4d25a68d72b233aefc39579673eb4e1
parentf3a840c62131f84d0a4a579b3a39a235253badcd (diff)
docs(i18n): add Indonesian and Italian docs (#3339)
-rw-r--r--README.md16
-rw-r--r--docs/.vuepress/config.js48
-rw-r--r--media/flag-in.pngbin0 -> 271 bytes
-rw-r--r--media/flag-it.pngbin0 -> 307 bytes
4 files changed, 64 insertions, 0 deletions
diff --git a/README.md b/README.md
index ea0dab00b..195591f2f 100644
--- a/README.md
+++ b/README.md
@@ -75,6 +75,22 @@
/></a>
&nbsp;
<a
+ href="https://github.com/starship/starship/blob/master/docs/id-ID/guide/README.md"
+ ><img
+ height="20"
+ src="https://raw.githubusercontent.com/starship/starship/master/media/flag-id.png"
+ alt="Bahasa Indonesia"
+ /></a>
+ &nbsp;
+ <a
+ href="https://github.com/starship/starship/blob/master/docs/it-IT/guide/README.md"
+ ><img
+ height="20"
+ src="https://raw.githubusercontent.com/starship/starship/master/media/flag-it.png"
+ alt="Italiano"
+ /></a>
+ &nbsp;
+ <a
href="https://github.com/starship/starship/blob/master/docs/ja-JP/guide/README.md"
><img
height="20"
diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js
index d2ee82f9f..bd182c300 100644
--- a/docs/.vuepress/config.js
+++ b/docs/.vuepress/config.js
@@ -20,6 +20,16 @@ module.exports = {
title: "Starship",
description: "L'invite minimaliste, ultra-rapide et personnalisable à l'infini pour n'importe quel shell !"
},
+ "/id-ID/": {
+ lang: "id-ID",
+ title: "Starship",
+ description: "Prompt yang minimal, super cepat, dan dapat disesuaikan tanpa batas untuk shell apa pun!"
+ },
+ "/it-IT/": {
+ lang: "it-IT",
+ title: "Starship",
+ description: "Il prompt minimalista, super veloce e infinitamente personalizzabile per qualsiasi shell!"
+ },
"/ja-JP/": {
lang: "ja-JP",
title: "Starship",
@@ -160,6 +170,44 @@ module.exports = {
["/fr-FR/presets/", "Paramètres par défaut"]
]
},
+ "/id-ID/": {
+ // text for the language dropdown
+ selectText: "Languages",
+ // label for this locale in the language dropdown
+ label: "Bahasa Indonesia",
+ // Custom text for edit link. Defaults to "Edit this page"
+ editLinkText: "Sunting halaman ini di Github",
+ // Custom navbar values
+ nav: [{ text: "Konfigurasi", link: "/id-ID/config/" }],
+ // Custom sidebar values
+ sidebar: [
+ "/id-ID/",
+ ["/id-ID/guide/", "Petunjuk"],
+ ["/id-ID/config/", "Konfigurasi"],
+ ["/id-ID/advanced-config/", "Konfigurasi Lanjutan"],
+ ["/id-ID/faq/", "Pertanyaan Umum"],
+ ["/id-ID/presets/", "Prasetel"]
+ ]
+ },
+ "/it-IT/": {
+ // text for the language dropdown
+ selectText: "Languages",
+ // label for this locale in the language dropdown
+ label: "Italiano",
+ // Custom text for edit link. Defaults to "Edit this page"
+ editLinkText: "Modifica questa pagina in Github",
+ // Custom navbar values
+ nav: [{ text: "Configuration", link: "/it-IT/config/" }],
+ // Custom sidebar values
+ sidebar: [
+ "/it-IT/",
+ ["/it-IT/guide/", "Guide"],
+ ["/it-IT/config/", "Configurazione"],
+ ["/it-IT/advanced-config/", "Configurazione Avanzata"],
+ ["/it-IT/faq/", "FAQ"],
+ ["/it-IT/presets/", "Preset"]
+ ]
+ },
"/ja-JP/": {
// text for the language dropdown
selectText: "言語",
diff --git a/media/flag-in.png b/media/flag-in.png
new file mode 100644
index 000000000..82da36445
--- /dev/null
+++ b/media/flag-in.png
Binary files differ
diff --git a/media/flag-it.png b/media/flag-it.png
new file mode 100644
index 000000000..3a185589e
--- /dev/null
+++ b/media/flag-it.png
Binary files differ