Add Portuguese Translation (#232)

* Add Portuguese Translation

* add portuguese translation option
This commit is contained in:
Pedro Mata Rodrigues
2021-04-08 06:02:12 +01:00
committed by GitHub
parent bb52c78c5b
commit 8b75fa68bf
2 changed files with 163 additions and 0 deletions

View File

@@ -35,6 +35,9 @@ const state = {
name: "German",
value: "de",
},
{
name: "Português",
value: "pt-PT"
],
};