mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Added Norwegian Bokmål (#685)
* Added Norwegian Bokmål * Lint long line
This commit is contained in:
parent
a2db55ae2b
commit
23d40ae4a5
2 changed files with 86 additions and 0 deletions
|
@ -5,6 +5,11 @@ 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: "nb-no",
|
||||
label: "Norsk Bokmål",
|
||||
data: require("./locales/nb-no.json"),
|
||||
},
|
||||
{ lng: "pt", label: "Português", data: require("./locales/pt.json") },
|
||||
{ lng: "ru", label: "Русский", data: require("./locales/ru.json") },
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue