mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-14 04:50:05 +02:00
New Crowdin Translations (#845)
* New translations en.json (Chinese Simplified) * New translations en.json (Chinese Simplified) * Update i18n.ts * New translations en.json (Spanish) * New translations en.json (French) * New translations en.json (German) * New translations en.json (Norwegian) * New translations en.json (Polish) * New translations en.json (Portuguese) * New translations en.json (Russian) * New translations en.json (Spanish) * New translations en.json (Turkish) * New translations en.json (Chinese Simplified) * New translations en.json (French) * New translations en.json (French) * New translations en.json (Indonesian) * Update i18n.ts * Update i18n.ts * New translations en.json (French)
This commit is contained in:
@@ -5,6 +5,7 @@ export const languages = [
|
||||
{ lng: "de", label: "Deutsch", data: require("./locales/de.json") },
|
||||
{ lng: "es", label: "Español", data: require("./locales/es.json") },
|
||||
{ lng: "fr", label: "Français", data: require("./locales/fr.json") },
|
||||
{ lng: "id", label: "Bahasa Indonesia", data: require("./locales/id.json") },
|
||||
{ lng: "no", label: "Norsk", data: require("./locales/no.json") },
|
||||
{ lng: "pl", label: "Polski", data: require("./locales/pl.json") },
|
||||
{ lng: "pt", label: "Português", data: require("./locales/pt.json") },
|
||||
|
Reference in New Issue
Block a user