mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
New Crowdin translations Bulgarian (#1388)
This commit is contained in:
parent
c1e2494517
commit
0ffbde77ac
21 changed files with 311 additions and 136 deletions
|
@ -2,6 +2,7 @@ import LanguageDetector from "i18next-browser-languagedetector";
|
|||
|
||||
export const languages = [
|
||||
{ lng: "en", label: "English", data: require("./locales/en.json") },
|
||||
{ lng: "bg-BG", label: "Български", data: require("./locales/bg-BG.json") },
|
||||
{ lng: "de-DE", label: "Deutsch", data: require("./locales/de-DE.json") },
|
||||
{ lng: "es-ES", label: "Español", data: require("./locales/es-ES.json") },
|
||||
{ lng: "el-GR", label: "Ελληνικά", data: require("./locales/el-GR.json") },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue