mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
New Crowdin translations (#1151)
* New translations en.json (Arabic) * New translations en.json (Chinese Simplified) * New translations en.json (Turkish) * New translations en.json (Hindi) * New translations en.json (Greek) * New translations en.json (Italian) * New translations en.json (Hungarian) * New translations en.json (Chinese Traditional) * New translations en.json (Korean) * New translations en.json (Spanish) * New translations en.json (French) * New translations en.json (Russian) * New translations en.json (Portuguese) * New translations en.json (Polish) * New translations en.json (Norwegian) * New translations en.json (Indonesian) * New translations en.json (German) * New translations en.json (Arabic) * New translations en.json (Portuguese) * New translations en.json (Polish) * New translations en.json (Arabic) * New translations en.json (Polish) * New translations en.json (Arabic) * New translations en.json (French) * New translations en.json (German) * Update i18n.ts * New translations en.json (German)
This commit is contained in:
parent
86d0da5204
commit
0e90996715
18 changed files with 199 additions and 56 deletions
|
@ -21,6 +21,7 @@ export const languages = [
|
|||
{ lng: "ko-KR", label: "한국어", data: require("./locales/ko-KR.json") },
|
||||
{ lng: "zh-TW", label: "繁體中文", data: require("./locales/zh-TW.json") },
|
||||
{ lng: "zh-CN", label: "简体中文", data: require("./locales/zh-CN.json") },
|
||||
{ lng: "ar-SA", label: "عربي", data: require("./locales/ar-SA.json") },
|
||||
];
|
||||
|
||||
let currentLanguage = languages[0];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue