mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Add Swedish to the picker
This commit is contained in:
parent
fbc4c70ed8
commit
7d7ce04e9b
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ const allLanguages: Language[] = [
|
|||
{ lng: "vi-VN", label: "Tiếng Việt" },
|
||||
{ lng: "ro-RO", label: "Română" },
|
||||
{ lng: "ne-NP", label: "नेपाली" },
|
||||
{ lng: "sv-SE", label: "Svenska" },
|
||||
];
|
||||
|
||||
export const languages: Language[] = [{ lng: "en", label: "English" }]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue