mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-22 04:11:15 +00:00
Add danish to language (#150)
I've already submitted all the required translations, on Weblate, I believe.
This commit is contained in:
parent
172f3e5dea
commit
c4d7647a31
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,7 @@ import i18next, { i18nTyped, Resource } from "i18next";
|
|||
|
||||
// Languages
|
||||
import { bg } from "./translations/bg";
|
||||
import { da } from "./translations/da";
|
||||
import { de } from "./translations/de";
|
||||
import { el } from "./translations/el";
|
||||
import { en } from "./translations/en";
|
||||
|
@ -26,6 +27,7 @@ import { zh } from "./translations/zh";
|
|||
|
||||
export const languages = [
|
||||
{ resource: bg, code: "bg", name: "Български" },
|
||||
{ resource: da, code: "da", name: "Dansk" },
|
||||
{ resource: de, code: "de", name: "Deutsch" },
|
||||
{ resource: el, code: "el", name: "Ελληνικά" },
|
||||
{ resource: en, code: "en", name: "English" },
|
||||
|
|
Loading…
Reference in a new issue