Skip to content

Commit

Permalink
Merge pull request #34 from jaapkramer/Add-Dutch-book-names
Browse files Browse the repository at this point in the history
feat: add Dutch book names
  • Loading branch information
jaanonim authored Dec 9, 2024
2 parents ebe736b + 6ff4af0 commit 283b4e1
Show file tree
Hide file tree
Showing 3 changed files with 300 additions and 0 deletions.
1 change: 1 addition & 0 deletions Languages.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Thanks to the community, we have support for the following languages:
- Brazilian Portuguese - [Brunofow](https://github.com/brunofow)
- Chinese - [John Huang](https://github.com/junwhuan)
- Danish - [Nicolai Skødt Holmgaard](https://github.com/Nicolai9852)
- Dutch - [Jaap Kramer](https://github.com/jaapkramer)
- English - [Jaanonim](https://github.com/jaanonim)
- German - [Tecur](https://github.com/Tecur)
- Norwegian - [Cmeeren](https://github.com/cmeeren)
Expand Down
297 changes: 297 additions & 0 deletions data/books/nl.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,297 @@
{
"GEN": [
"genesis",
"gen"
],
"EXO": [
"exodus",
"exod",
"exo",
"ex"
],
"LEV": [
"leviticus",
"lev"
],
"NUM": [
"numeri",
"num"
],
"DEU": [
"deuteronomium",
"deut",
"deu"
],
"JOS": [
"jozua",
"joz"
],
"JDG": [
"richteren",
"richt",
"ri"
],
"RUT": [
"ruth",
"rut"
],
"1SA": [
"1samuel",
"1sam",
"1sa"
],
"2SA": [
"2samuel",
"2sam",
"2sa"
],
"1KI": [
"1koningen",
"1kon"
],
"2KI": [
"2koningen",
"2kon"
],
"1CH": [
"1kronieken",
"1kron",
"1kr"
],
"2CH": [
"2kronieken",
"2kron",
"2kr"
],
"EZR": [
"ezra",
"ezr"
],
"NEH": [
"nehemia",
"neh"
],
"EST": [
"esther",
"esth",
"est"
],
"JOB": [
"job"
],
"PSA": [
"psalm",
"psa",
"ps"
],
"PRO": [
"spreuken",
"spr"
],
"ECC": [
"prediker",
"pred",
"pr"
],
"SNG": [
"hooglied",
"hoogl",
"hoog"
],
"ISA": [
"jesaja",
"jes"
],
"JER": [
"jeremia",
"jer"
],
"LAM": [
"klaagliederen",
"klaag",
"klaagl"
],
"EZK": [
"ezechiël",
"ezech",
"eze"
],
"DAN": [
"daniel",
"dan"
],
"HOS": [
"hosea",
"hos"
],
"JOL": [
"joël",
"jol"
],
"AMO": [
"amos",
"amo",
"am"
],
"OBA": [
"obadja",
"obad",
"oba",
"ob"
],
"JON": [
"jona",
"jon"
],
"MIC": [
"micha",
"mic",
"mi"
],
"NAM": [
"nahum",
"nah"
],
"HAB": [
"habakuk",
"hab"
],
"ZEP": [
"sefanja",
"sef",
"zef"
],
"HAG": [
"haggai",
"hag"
],
"ZEC": [
"zacharia",
"zach",
"zac"
],
"MAL": [
"maleachi",
"mal"
],
"MAT": [
"mattheüs",
"matt",
"mat"
],
"MRK": [
"marcus",
"marc"
],
"LUK": [
"lucas",
"luc"
],
"JHN": [
"johannes",
"joh"
],
"ACT": [
"handelingen",
"hand"
],
"ROM": [
"romeinen",
"rom"
],
"1CO": [
"1korinthiërs",
"1kor",
"1cor"
],
"2CO": [
"2korinthiërs",
"2kor",
"2cor"
],
"GAL": [
"galaten",
"gal"
],
"EPH": [
"efeziërs",
"efz",
"ef"
],
"PHP": [
"filippenzen",
"fil"
],
"COL": [
"kolossenzen",
"kol",
"col"
],
"1TH": [
"1tessalonicenzen",
"1tess",
"1tes"
],
"2TH": [
"2tessalonicenzen",
"2tess",
"2tes"
],
"1TI": [
"1timotheüs",
"1tim"
],
"2TI": [
"2timotheüs",
"2tim"
],
"TIT": [
"titus",
"tit"
],
"PHM": [
"filemon",
"filem"
],
"HEB": [
"hebreëen",
"hebr",
"heb"
],
"JAS": [
"jakobus",
"jak",
"jac"
],
"1PE": [
"1petrus",
"1petr",
"1pet"
],
"2PE": [
"2petrus",
"2petr",
"2pet"
],
"1JN": [
"1johannes",
"1joh"
],
"2JN": [
"2johannes",
"2joh"
],
"3JN": [
"3johannes",
"3joh"
],
"JUD": [
"judas",
"jud"
],
"REV": [
"openbaring",
"openb",
"op"
]
}
2 changes: 2 additions & 0 deletions src/BooksLists.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import nob from "../data/books/nob.json";
import pl from "../data/books/pl.json";
import ptBr from "../data/books/pt-br.json";
import de from "../data/books/de.json";
import nl from "../data/books/nl.json";
import zhCN from "../data/books/zh-CN.json";
import zhHK from "../data/books/zh-HK.json";
import es from "../data/books/es.json";
Expand All @@ -20,6 +21,7 @@ const booksNames = {
"Chinese Simplified": zhCN,
"Chinese Traditional": zhHK,
"Danish": da,
"Dutch": nl,
"English": en,
"German": de,
"Norwegian": nob,
Expand Down

0 comments on commit 283b4e1

Please sign in to comment.