Skip to content
This repository has been archived by the owner on Nov 24, 2021. It is now read-only.

Commit

Permalink
Silent Documentation Update 4.5.17
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkroorda committed Mar 2, 2016
1 parent c92d972 commit 90aa54e
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
Binary file modified dist/laf-fabric-4.5.17.tar.gz
Binary file not shown.
42 changes: 42 additions & 0 deletions etcbc/text.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ def get_orig_p(w):
ko=('korean', '한국어'),
sw=('swahili', 'Kiswahili'),
tr=('turkish', 'Türkçe'),
id=('indonesian', 'Bahasa Indonesia'),
)
self._booknames = dict(
en=tuple('''
Expand Down Expand Up @@ -519,6 +520,47 @@ def get_orig_p(w):
1_Tarihler
2_Tarihler
'''.strip().split()),
id=tuple('''
Kejadian
Keluaran
Imamat
Bilangan
Ulangan
Yosua
Hakim-hakim
1_Samuel
2_Samuel
1_Raja-raja
2_Raja-raja
Yesaya
Yeremia
Yehezkiel
Hosea
Yoel
Amos
Obaja
Yunus
Mikha
Nahum
Habakuk
Zefanya
Hagai
Zakharia
Maleakhi
Mazmur
Ayub
Amsal
Rut
Kidung_Agung
Pengkhutbah
Ratapan
Ester
Daniel
Ezra
Nehemia
1_Tawarikh
2_Tawarikh
'''.strip().split()),
)
for (bn, book_la) in enumerate(self._books):
self._book_name.setdefault('la', {})[bn] = book_la
Expand Down

0 comments on commit 90aa54e

Please sign in to comment.