Skip to content

Commit

Permalink
add more books
Browse files Browse the repository at this point in the history
  • Loading branch information
Khen Solomon Lethil committed Jan 12, 2019
1 parent 5d04525 commit 164bc30
Show file tree
Hide file tree
Showing 43 changed files with 1,667,958 additions and 137,680 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
assets/
node_modules/
package-lock.json
package-lock.json

sqlite/backup/
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,23 @@ sqlite: ?
‘Na pa in kote tungah hong suat vangik zangsak in,’
`

# json

```shell
node bible json fill:sqlite
```

# ph4

```shell
node bible ph4 fi-fi42.1642 true
node bible ph4 list:fi-fi42.1642,fi-fi42d.1642,fi-fi76.1776,fi-fi76a.1776,fi-fi76d.1776,fi-fik38.1938,fi-fik76.1776,fi-kinb.1938,fi-kr.1992,fi-rk12.2002 true
node bible ph4 list:my-bjb.1840,my-burb.1825,my-jb.1933,my-mcl.2005,my-msb.2017 true
node bible ph4 list:no-dnb.1930,no-n11.2011,no-n11nn.2011,no-n78.1978,no-n78nn.1985,no-nb.2007,no-smb.1921 true
node bible ph4 list:sv-dnf.2014,sv-kxii.1873,sv-nub15.2015,sv-s17.1917,sv-sb00.2000,sv-sbd00.2000,sv-sfb.1998,sv-sfb15.2015,sv-sfb98.1998,sv-sv17.1917 true
```

‹String›

# Verse merge
Expand Down
29 changes: 1 addition & 28 deletions bible.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,33 +29,6 @@ settings={
bookSourceJSON: path.resolve(currentDirectory,'json','*.json'),
bookSourceSQLite: path.resolve(currentDirectory,'ph4','*.SQLite3'),
bookTargetSQLite: path.resolve(currentDirectory,'sqlite','*.db'),
language:{
en:{
text:"English",
local:"English",
textdirection: "ltr"
},
my:{
text:"Myanmar",
local:"Burmese",
textdirection: "ltr"
},
no:{
text:"Norwegian",
local:"Norsk",
textdirection: "ltr"
},
sv:{
text:"Swedish",
local:"SuoSvenskami",
textdirection: "ltr"
},
fi:{
text:"Finish",
local:"Suomi",
textdirection: "ltr"
}
},
message:{
book: function(bId,cId){
var bTc = (bId < 10)?' ':'';
Expand Down Expand Up @@ -155,7 +128,7 @@ taskInitiate=function(){
},
taskProcess=function(taskId){
settings.bookIdentify = taskId;
settings.books = bookCollection;
settings.bookCollection = bookCollection;
console.log(`\n..bookIdentify:\x1b[36m ${settings.bookIdentify}\x1b[0m`)
return task.main(settings).then(function(response){
bookCollectionUpdate(response,(e) => {
Expand Down
Loading

0 comments on commit 164bc30

Please sign in to comment.