mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
New Crowdin translations (#998)
This commit is contained in:
parent
b7da524538
commit
cb68153a81
12 changed files with 26 additions and 36 deletions
|
@ -11,6 +11,7 @@ export const languages = [
|
|||
{ lng: "pt", label: "Português", data: require("./locales/pt.json") },
|
||||
{ lng: "ru", label: "Русский", data: require("./locales/ru.json") },
|
||||
{ lng: "tr", label: "Türkçe", data: require("./locales/tr.json") },
|
||||
{ lng: "ko", label: "한국어", data: require("./locales/ko.json") },
|
||||
];
|
||||
|
||||
let currentLanguage = languages[0];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue