chore: Update webpage titles
This commit is contained in:
parent
609ae4235a
commit
f1593eb56b
|
@ -2,17 +2,17 @@ module.exports = {
|
||||||
locales: {
|
locales: {
|
||||||
"/": {
|
"/": {
|
||||||
lang: "en-US",
|
lang: "en-US",
|
||||||
title: "Starship: cross-shell-prompt ",
|
title: "Starship: Cross-Shell Prompt",
|
||||||
description: "The cross-shell prompt for astronauts"
|
description: "The cross-shell prompt for astronauts"
|
||||||
},
|
},
|
||||||
"/ja-JP/": {
|
"/ja-JP/": {
|
||||||
lang: "ja-JP",
|
lang: "ja-JP",
|
||||||
title: "Starship",
|
title: "Starship: Cross-Shell Prompt",
|
||||||
description: "The cross-shell prompt for astronauts"
|
description: "The cross-shell prompt for astronauts"
|
||||||
},
|
},
|
||||||
"/zh-TW/": {
|
"/zh-TW/": {
|
||||||
lang: "zh-TW",
|
lang: "zh-TW",
|
||||||
title: "Starship",
|
title: "Starship: Cross-Shell Prompt",
|
||||||
description: "The cross-shell prompt for astronauts"
|
description: "The cross-shell prompt for astronauts"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue