summaryrefslogtreecommitdiff
path: root/docs/src/components/Header/LanguageSelect.tsx
diff options
context:
space:
mode:
authorGravatar Laura Caroline <Hanawa02@users.noreply.github.com> 2021-08-04 21:45:22 +0200
committerGravatar GitHub <noreply@github.com> 2021-08-04 12:45:22 -0700
commitc2723567d9438c45bc1b75a24b91e48fea712685 (patch)
tree834b44dfb14a95a41822f46ca23a1f6cdc01a3a8 /docs/src/components/Header/LanguageSelect.tsx
parent81c885f54f3b97a840955ce869794e3cc79b7c34 (diff)
downloadastro-c2723567d9438c45bc1b75a24b91e48fea712685.tar.gz
astro-c2723567d9438c45bc1b75a24b91e48fea712685.tar.zst
astro-c2723567d9438c45bc1b75a24b91e48fea712685.zip
Add Portuguese Translation of Getting Started page (#981)
* Add Portuguese Translation of Getting Started page Based on Brazilian Portuguese * Fix/add improvement sugestions. * Add missing preposition * Update file to represent also the region The Only changes to the existing files were the addition of the lang attribute * Add language selection for Brazilian Portuguese
Diffstat (limited to 'docs/src/components/Header/LanguageSelect.tsx')
-rw-r--r--docs/src/components/Header/LanguageSelect.tsx3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/src/components/Header/LanguageSelect.tsx b/docs/src/components/Header/LanguageSelect.tsx
index 14f93c66e..46e3dd0f3 100644
--- a/docs/src/components/Header/LanguageSelect.tsx
+++ b/docs/src/components/Header/LanguageSelect.tsx
@@ -55,6 +55,9 @@ const LanguageSelect: FunctionalComponent<{ lang: string }> = ({ lang }) => {
<option value="nl">
<span>Nederlands</span>
</option>
+ <option value="pt-br">
+ <span>Português do Brasil</span>
+ </option>
<option value="fi">
<span>Suomi</span>
</option>