Adding Portuguese Translation (#528)

* Add Portuguese Translation

Adding PT translations

* Update src/i18n.ts

Co-Authored-By: Lipis <lipiridis@gmail.com>

Co-authored-by: Lipis <lipiridis@gmail.com>
This commit is contained in:
Faustino Kialungila 2020-01-23 19:40:07 +01:00 committed by GitHub
parent 990e064c13
commit 25202aec11
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 68 additions and 1 deletions

View file

@ -17,7 +17,8 @@ export function parseDetectedLang(lng: string | undefined): string {
export const languages = [
{ lng: "en", label: "English" },
{ lng: "es", label: "Español" },
{ lng: "fr", label: "Français" }
{ lng: "fr", label: "Français" },
{ lng: "pt", label: "Português" }
];
i18n