mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
add tr localization (#789)
This commit is contained in:
parent
ab176937e6
commit
626c99939e
2 changed files with 91 additions and 0 deletions
|
@ -13,6 +13,7 @@ export const languages = [
|
|||
{ 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") },
|
||||
{ lng: "tr", label: "Türkçe", data: require("./locales/tr.json") },
|
||||
];
|
||||
|
||||
let currentLanguage = languages[0];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue