mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-14 04:50:05 +02:00
New Crowdin translations (#998)
This commit is contained in:
@@ -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];
|
||||
|
Reference in New Issue
Block a user