1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-06-21 17:42:23 +00:00

docs: #blacklivesmatter

This commit is contained in:
Matan Kushner 2020-06-02 11:49:38 -04:00
parent bed4d40dd8
commit da6c2c0d4b
No known key found for this signature in database
GPG Key ID: 4B98C3A8949CA8A4

View File

@ -2,32 +2,32 @@ module.exports = {
locales: { locales: {
"/": { "/": {
lang: "en-US", lang: "en-US",
title: "Starship", title: "Black Lives Matter",
description: "The minimal, blazing-fast, and infinitely customizable prompt for any shell!" description: "The minimal, blazing-fast, and infinitely customizable prompt for any shell!"
}, },
"/de-DE/": { "/de-DE/": {
lang: "de-DE", lang: "de-DE",
title: "Starship", title: "Black Lives Matter",
description: "The minimal, blazing-fast, and infinitely customizable prompt for any shell!" description: "The minimal, blazing-fast, and infinitely customizable prompt for any shell!"
}, },
"/ru-RU/": { "/ru-RU/": {
lang: "ru-RU", lang: "ru-RU",
title: "Starship", title: "Black Lives Matter",
description: "The minimal, blazing-fast, and infinitely customizable prompt for any shell!" description: "The minimal, blazing-fast, and infinitely customizable prompt for any shell!"
}, },
"/ja-JP/": { "/ja-JP/": {
lang: "ja-JP", lang: "ja-JP",
title: "Starship", title: "Black Lives Matter",
description: "The minimal, blazing-fast, and infinitely customizable prompt for any shell!" description: "The minimal, blazing-fast, and infinitely customizable prompt for any shell!"
}, },
"/zh-CN/": { "/zh-CN/": {
lang: "zh-CN", lang: "zh-CN",
title: "Starship", title: "Black Lives Matter",
description: "The minimal, blazing-fast, and infinitely customizable prompt for any shell!" description: "The minimal, blazing-fast, and infinitely customizable prompt for any shell!"
}, },
"/zh-TW/": { "/zh-TW/": {
lang: "zh-TW", lang: "zh-TW",
title: "Starship", title: "Black Lives Matter",
description: "The minimal, blazing-fast, and infinitely customizable prompt for any shell!" description: "The minimal, blazing-fast, and infinitely customizable prompt for any shell!"
} }
}, },