mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04: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:
parent
8d1c897962
commit
1a6431a04a
11 changed files with 219 additions and 12 deletions
|
@ -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") },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue