mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
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:
parent
990e064c13
commit
25202aec11
2 changed files with 68 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue