mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Add Polish language support (#725)
This commit is contained in:
parent
a7dc067dfe
commit
1cd0dfe922
2 changed files with 87 additions and 0 deletions
|
@ -10,6 +10,7 @@ export const languages = [
|
|||
label: "Norsk Bokmål",
|
||||
data: require("./locales/nb-no.json"),
|
||||
},
|
||||
{ lng: "pl", label: "Polski", data: require("./locales/pl.json") },
|
||||
{ lng: "pt", label: "Português", data: require("./locales/pt.json") },
|
||||
{ lng: "ru", label: "Русский", data: require("./locales/ru.json") },
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue