Skip to content

Commit

Permalink
Merge pull request #33 from Woollim/master
Browse files Browse the repository at this point in the history
Add "Korean" book names
  • Loading branch information
jaanonim authored Sep 24, 2024
2 parents 00354f1 + 46e3571 commit 3e8fce9
Show file tree
Hide file tree
Showing 3 changed files with 291 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Languages.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,17 @@ 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)
- Danish - [Nicolai Skødt Holmgaard](https://github.com/Nicolai9852)
- English - [Jaanonim](https://github.com/jaanonim)
- German - [Tecur](https://github.com/Tecur)
- Norwegian - [Cmeeren](https://github.com/cmeeren)
- Polish - [Jaanonim](https://github.com/jaanonim)
- Spanish - [Javier Rios](https://github.com/JavierRiosN)
- Swedish - [Eric Lundgren](https://github.com/TheFringe)
- Romanian - [Paul Timoce](https://github.com/paultimoce)
- Rusian - [Sakardin](https://github.com/Sakardin)
- Rusian - [Sakardin](https://github.com/Sakardin)
- Ukrainian - [Seesmof](https://github.com/seesmof)
- Korean - [Woollim](https://github.com/woollim)

## Adding new language support

Expand Down
285 changes: 285 additions & 0 deletions data/books/ko.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,285 @@
{
"GEN": [
"창세기",
""
],
"EXO": [
"출애굽기",
"출이집트기",
""
],
"LEV": [
"레위기",
""
],
"NUM": [
"민수기",
""
],
"DEU": [
"신명기",
""
],
"JOS": [
"여호수아",
""
],
"JDG": [
"사사기",
""
],
"RUT": [
"룻기",
""
],
"1SA": [
"사무엘상",
"삼상"
],
"2SA": [
"사무엘하",
"삼하"
],
"1KI": [
"열왕기상",
"열상"
],
"2KI": [
"열왕기하",
"열하"
],
"1CH": [
"역대상",
"역상",
"대상"
],
"2CH": [
"역대하",
"역하",
"대하"
],
"EZR": [
"에스라",
"에스랴",
""
],
"NEH": [
"느헤미야",
"느헤미아",
""
],
"EST": [
"에스더",
""
],
"JOB": [
"욥기",
""
],
"PSA": [
"시편",
""
],
"PRO": [
"잠언",
""
],
"ECC": [
"전도서",
""
],
"SNG": [
"아가",
""
],
"ISA": [
"이사야",
""
],
"JER": [
"예레미야",
"예레미아",
""
],
"LAM": [
"예레미야애가",
"예레미아애가",
""
],
"EZK": [
"에스겔",
""
],
"DAN": [
"다니엘",
""
],
"HOS": [
"호세아",
"호세야",
""
],
"JOL": [
"요엘",
""
],
"AMO": [
"아모스",
""
],
"OBA": [
"오바다",
"오바댜",
""
],
"JON": [
"요나",
""
],
"MIC": [
"미가",
""
],
"NAM": [
"나훔",
"나홈",
""
],
"HAB": [
"하박국",
""
],
"ZEP": [
"스바냐",
"스바나",
""
],
"HAG": [
"학개",
""
],
"ZEC": [
"스가랴",
"스가라",
""
],
"MAL": [
"말라기",
""
],
"MAT": [
"마태복음",
"마태",
""
],
"MRK": [
"마가복음",
"마가",
""
],
"LUK": [
"누가복음",
"누가",
""
],
"JHN": [
"요한복음",
"요한",
""
],
"ACT": [
"사도행전",
""
],
"ROM": [
"로마서",
""
],
"1CO": [
"고린도전서",
"고전"
],
"2CO": [
"고린도후서",
"고후"
],
"GAL": [
"갈라디아서",
""
],
"EPH": [
"에베소서",
""
],
"PHP": [
"빌립보서",
""
],
"COL": [
"골로세서",
""
],
"1TH": [
"데살로니가전서",
"살전"
],
"2TH": [
"데살로니가후서",
"살후"
],
"1TI": [
"디모데전서",
"딤전"
],
"2TI": [
"디모데후서",
"딤후"
],
"TIT": [
"디도서",
""
],
"PHM": [
"빌레몬서",
""
],
"HEB": [
"히브리서",
""
],
"JAS": [
"야고보서",
""
],
"1PE": [
"베드로전서",
"벧전"
],
"2PE": [
"베드로후서",
"벧후"
],
"1JN": [
"요한일서",
"요일",
"요1"
],
"2JN": [
"요한이서",
"요이",
"요2"
],
"3JN": [
"요한삼서",
"요삼",
"요3"
],
"JUD": [
"유다서",
""
],
"REV": [
"요한계시록",
""
]
}
4 changes: 3 additions & 1 deletion src/BooksLists.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import ro from "../data/books/ro.json";
import sv from "../data/books/sv.json";
import uk from "../data/books/uk.json";
import ru from "../data/books/ru.json";
import ko from "../data/books/ko.json";

// prettier-ignore
const booksNames = {
Expand All @@ -28,7 +29,8 @@ const booksNames = {
"Swedish": sv,
"Romanian": ro,
"Ukrainian": uk,
"Russian": ru
"Russian": ru,
"Korean": ko
} as BooksLangList;

export default booksNames;

0 comments on commit 3e8fce9

Please sign in to comment.