mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-10 02:49:57 +02: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:
@@ -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];
|
||||
|
Reference in New Issue
Block a user