summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.dev>2021-08-26 16:44:58 -0400
committerGitHub <noreply@github.com>2021-08-26 16:44:58 -0400
commitce168e3241a6ed20065808eb955b2882d92dacc1 (patch)
treeae0e377b2b3b7d2da02c1ba56736fde65f6bde5b /README.md
parent747ff95a85c037b304b67c81b27adf22ecc5a101 (diff)
docs: add Brazilian Portuguese translations to the docs and website (#3009)
Diffstat (limited to 'README.md')
-rw-r--r--README.md58
1 files changed, 33 insertions, 25 deletions
diff --git a/README.md b/README.md
index 4d165d90b..788020da5 100644
--- a/README.md
+++ b/README.md
@@ -51,67 +51,75 @@
/></a>
&nbsp;
<a
- href="https://github.com/starship/starship/blob/master/docs/ja-JP/guide/README.md"
+ 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-jp.png"
- alt="日本語"
+ src="https://raw.githubusercontent.com/starship/starship/master/media/flag-de.png"
+ alt="Deutsch"
/></a>
&nbsp;
<a
- href="https://github.com/starship/starship/blob/master/docs/zh-TW/guide/README.md"
+ href="https://github.com/starship/starship/blob/master/docs/es-ES/guide/README.md"
><img
height="20"
- src="https://raw.githubusercontent.com/starship/starship/master/media/flag-tw.png"
- alt="繁體中文"
+ src="https://raw.githubusercontent.com/starship/starship/master/media/flag-es.png"
+ alt="Español"
/></a>
&nbsp;
<a
- href="https://github.com/starship/starship/blob/master/docs/ru-RU/guide/README.md"
+ href="https://github.com/starship/starship/blob/master/docs/fr-FR/guide/README.md"
><img
height="20"
- src="https://raw.githubusercontent.com/starship/starship/master/media/flag-ru.png"
- alt="Русский"
+ src="https://raw.githubusercontent.com/starship/starship/master/media/flag-fr.png"
+ alt="Français"
/></a>
&nbsp;
<a
- href="https://github.com/starship/starship/blob/master/docs/de-DE/guide/README.md"
+ href="https://github.com/starship/starship/blob/master/docs/ja-JP/guide/README.md"
><img
height="20"
- src="https://raw.githubusercontent.com/starship/starship/master/media/flag-de.png"
- alt="Deutsch"
+ src="https://raw.githubusercontent.com/starship/starship/master/media/flag-jp.png"
+ alt="日本語"
/></a>
&nbsp;
<a
- href="https://github.com/starship/starship/blob/master/docs/zh-CN/guide/README.md"
+ href="https://github.com/starship/starship/blob/master/docs/pt-BR/guide/README.md"
><img
height="20"
- src="https://raw.githubusercontent.com/starship/starship/master/media/flag-cn.png"
- alt="简体中文"
+ src="https://raw.githubusercontent.com/starship/starship/master/media/flag-br.png"
+ alt="Português do Brasil"
/></a>
&nbsp;
<a
- href="https://github.com/starship/starship/blob/master/docs/es-ES/guide/README.md"
+ href="https://github.com/starship/starship/blob/master/docs/ru-RU/guide/README.md"
><img
height="20"
- src="https://raw.githubusercontent.com/starship/starship/master/media/flag-es.png"
- alt="Español"
+ src="https://raw.githubusercontent.com/starship/starship/master/media/flag-ru.png"
+ alt="Русский"
/></a>
&nbsp;
<a
- href="https://github.com/starship/starship/blob/master/docs/fr-FR/guide/README.md"
+ href="https://github.com/starship/starship/blob/master/docs/vi-VN/guide/README.md"
><img
height="20"
- src="https://raw.githubusercontent.com/starship/starship/master/media/flag-fr.png"
- alt="Français"
+ src="https://raw.githubusercontent.com/starship/starship/master/media/flag-vn.png"
+ alt="Tiếng Việt"
/></a>
&nbsp;
<a
- href="https://github.com/starship/starship/blob/master/docs/vi-VN/guide/README.md"
+ href="https://github.com/starship/starship/blob/master/docs/zh-CN/guide/README.md"
><img
height="20"
- src="https://raw.githubusercontent.com/starship/starship/master/media/flag-vn.png"
- alt="Tiếng Việt"
+ src="https://raw.githubusercontent.com/starship/starship/master/media/flag-cn.png"
+ alt="简体中文"
+ /></a>
+ &nbsp;
+ <a
+ href="https://github.com/starship/starship/blob/master/docs/zh-TW/guide/README.md"
+ ><img
+ height="20"
+ src="https://raw.githubusercontent.com/starship/starship/master/media/flag-tw.png"
+ alt="繁體中文"
/></a>
</p>
@@ -159,8 +167,8 @@ shown below. Can't see yours? Have a look at the [extra platform instructions](h
```sh
sh -c "$(curl -fsSL https://starship.rs/install.sh)"
```
- To update the Starship itself, rerun the above script. It will replace the current version without touching Starship's configuration.
+ To update the Starship itself, rerun the above script. It will replace the current version without touching Starship's configuration.
**Note** - The defaults of the install script can be overridden see the built-in help.