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:
committed by
GitHub
parent
990e064c13
commit
25202aec11
@ -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
|
||||
|
Reference in New Issue
Block a user