mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
New Crowdin translations (#1471)
* New translations en.json (Norwegian) * New translations en.json (French) * New translations en.json (Dutch) * New translations en.json (Chinese Simplified) * New translations en.json (Turkish) * New translations en.json (Russian) * New translations en.json (Portuguese) * New translations en.json (Polish) * New translations en.json (Norwegian) * New translations en.json (Korean) * New translations en.json (Spanish) * New translations en.json (Italian) * New translations en.json (Hungarian) * New translations en.json (Finnish) * New translations en.json (Greek) * New translations en.json (German) * New translations en.json (Bulgarian) * New translations en.json (Arabic) * New translations en.json (Dutch) * New translations en.json (Portuguese) * New translations en.json (Polish) * New translations en.json (Norwegian) * New translations en.json (Italian) * New translations en.json (Finnish) * New translations en.json (German) * New translations en.json (Finnish) * New translations en.json (Norwegian) * New translations en.json (Polish) * New translations en.json (Portuguese) * New translations en.json (German) * New translations en.json (French) * New translations en.json (Dutch) * New translations en.json (Indonesian) * New translations en.json (Chinese Traditional) * New translations en.json (Chinese Simplified) * New translations en.json (Turkish) * New translations en.json (Russian) * New translations en.json (Portuguese) * New translations en.json (Polish) * New translations en.json (Norwegian) * New translations en.json (Korean) * New translations en.json (Spanish) * New translations en.json (Japanese) * New translations en.json (Italian) * New translations en.json (Hungarian) * New translations en.json (Finnish) * New translations en.json (Greek) * New translations en.json (German) * New translations en.json (Bulgarian) * New translations en.json (Arabic) * New translations en.json (Hindi) * New translations en.json (Greek) * New translations en.json (Norwegian) * New translations en.json (Hebrew) * New translations en.json (Hebrew) * New translations en.json (Hebrew) * Add Hebrew to dropdown Co-authored-by: Jed Fox <git@twopointzero.us>
This commit is contained in:
parent
582d26e858
commit
9cd2b78d79
23 changed files with 264 additions and 53 deletions
|
@ -30,6 +30,12 @@ export const languages = [
|
|||
data: require("./locales/ar-SA.json"),
|
||||
rtl: true,
|
||||
},
|
||||
{
|
||||
lng: "he-IL",
|
||||
label: "עברית",
|
||||
data: require("./locales/he-IL.json"),
|
||||
rtl: true,
|
||||
},
|
||||
];
|
||||
|
||||
let currentLanguage = languages[0];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue