mirror of
https://github.com/getbible/v2_builder.git
synced 2024-11-21 18:25:10 +00:00
Removed mal (https://en.wikipedia.org/wiki/Malayalam_script) from language fixing file, and from RTL direction.
This commit is contained in:
parent
1a8e28b613
commit
c776fb9435
@ -1,20 +1,20 @@
|
||||
###############################
|
||||
# The Config Template
|
||||
# 1. Copy file to conf/.config
|
||||
# 2. Remove keys not needed
|
||||
# 2. Remove key=values not needed
|
||||
# 3. Update values of each key
|
||||
###############################
|
||||
key=value
|
||||
###############################
|
||||
|
||||
# set scripture folder path (json API files)
|
||||
getbible.api=/home/$USER/v2
|
||||
getbible.api=/home/username/v2
|
||||
|
||||
# set the path to the Crosswire zipped modules
|
||||
getbible.zip=/home/$USER/sword_zip
|
||||
getbible.zip=/home/username/sword_zip
|
||||
|
||||
# set Bible config file path
|
||||
getbible.bconf=/home/$USER/v2_builder/conf/CrosswireModulesMap.json
|
||||
getbible.bconf=/home/username/v2_builder/conf/CrosswireModulesMap.json
|
||||
|
||||
# set download behaviour 0->no download; 1->download
|
||||
getbible.download=1
|
||||
|
@ -1,6 +1,5 @@
|
||||
{
|
||||
"lzh" : "zh",
|
||||
"kpl" : "kpg",
|
||||
"kon" : "kg",
|
||||
"mal" : "ml"
|
||||
"kon" : "kg"
|
||||
}
|
@ -4,7 +4,6 @@
|
||||
"prs" : "RTL",
|
||||
"he" : "RTL",
|
||||
"kk" : "RTL",
|
||||
"mal" : "RTL",
|
||||
"fa" : "RTL",
|
||||
"ckb" : "RTL",
|
||||
"syr" : "RTL",
|
||||
|
1
run.sh
1
run.sh
@ -77,6 +77,7 @@ function completedBuildMessage() {
|
||||
# give completion message
|
||||
if (("$QUIET" == 0)); then
|
||||
whiptail --title "${HEADERTITLE}" --separate-output --infobox "${USER^}, the ${HEADERTITLE} build is complete!\n\n Started: ${STARTDATE}\n Ended: ${ENDDATE}\nBuild Time: ${SECONDSBUILD} seconds" 12 77
|
||||
sleep 10
|
||||
else
|
||||
echo "${HEADERTITLE} build on ${STARTDATE} is completed in ${SECONDSBUILD} seconds!"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user