add portuguese translation option

This commit is contained in:
Pedro Mata Rodrigues 2021-03-30 14:31:09 +01:00
commit 6f1650f310

View file

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