added dutch translation (#12167)

This commit is contained in:
harmvdhorst
2025-04-14 09:51:51 +02:00
committed by GitHub
parent 413a0da26c
commit bbe7389d30
3 changed files with 3016 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ import {
lt,
vi,
ko,
nl,
} from "date-fns/locale"
import { Language } from "./types"
@@ -171,4 +172,10 @@ export const languages: Language[] = [
ltr: true,
date_locale: ko,
},
{
code: "nl",
display_name: "Nederlands",
ltr: true,
date_locale: nl,
},
]

View File

@@ -22,6 +22,7 @@ import ru from "./ru.json"
import lt from "./lt.json"
import vi from "./vi.json"
import ko from "./ko.json"
import nl from "./nl.json"
export default {
bg: {
@@ -96,4 +97,7 @@ export default {
ko: {
translation: ko,
},
nl: {
translation: nl,
},
}

File diff suppressed because it is too large Load Diff