added dutch translation (#12167)
This commit is contained in:
@@ -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,
|
||||
},
|
||||
]
|
||||
|
||||
@@ -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,
|
||||
},
|
||||
}
|
||||
|
||||
3005
packages/admin/dashboard/src/i18n/translations/nl.json
Normal file
3005
packages/admin/dashboard/src/i18n/translations/nl.json
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user