docs(i18n): Update doc translations (#479)

This commit is contained in:
Matan Kushner
2019-10-11 17:31:19 +09:00
committed by GitHub
parent cc6c4d6520
commit cb4a92f441
31 changed files with 1843 additions and 209 deletions
+7 -7
View File
@@ -5,7 +5,7 @@ module.exports = {
title: "Starship",
description: "The cross-shell prompt for astronauts"
},
"/ja/": {
"/ja-JP/": {
lang: "ja-JP",
title: "Starship",
description: "The cross-shell prompt for astronauts"
@@ -40,7 +40,7 @@ module.exports = {
["/advanced-config/", "Advanced Configuration"]
],
},
"/ja/": {
"/ja-JP/": {
// text for the language dropdown
selectText: "言語",
// label for this locale in the language dropdown
@@ -48,13 +48,13 @@ module.exports = {
// Custom text for edit link. Defaults to "Edit this page"
editLinkText: "GitHub で編集する",
// Custom navbar values
nav: [{ text: "設定", link: "/ja/config/" }],
nav: [{ text: "設定", link: "/ja-JP/config/" }],
// Custom sidebar values
sidebar: [
"/ja/",
["/ja/guide/", "ガイド"],
["/ja/config/", "設定"],
["/ja/advanced-config/", "高度な設定"]
"/ja-JP/",
["/ja-JP/guide/", "ガイド"],
["/ja-JP/config/", "設定"],
["/ja-JP/advanced-config/", "高度な設定"]
],
},
}