mirror of
https://github.com/getbible/v2_builder.git
synced 2025-04-09 15:21:51 +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
|
# The Config Template
|
||||||
# 1. Copy file to conf/.config
|
# 1. Copy file to conf/.config
|
||||||
# 2. Remove keys not needed
|
# 2. Remove key=values not needed
|
||||||
# 3. Update values of each key
|
# 3. Update values of each key
|
||||||
###############################
|
###############################
|
||||||
key=value
|
key=value
|
||||||
###############################
|
###############################
|
||||||
|
|
||||||
# set scripture folder path (json API files)
|
# 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
|
# 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
|
# 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
|
# set download behaviour 0->no download; 1->download
|
||||||
getbible.download=1
|
getbible.download=1
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
{
|
{
|
||||||
"lzh" : "zh",
|
"lzh" : "zh",
|
||||||
"kpl" : "kpg",
|
"kpl" : "kpg",
|
||||||
"kon" : "kg",
|
"kon" : "kg"
|
||||||
"mal" : "ml"
|
|
||||||
}
|
}
|
@ -4,7 +4,6 @@
|
|||||||
"prs" : "RTL",
|
"prs" : "RTL",
|
||||||
"he" : "RTL",
|
"he" : "RTL",
|
||||||
"kk" : "RTL",
|
"kk" : "RTL",
|
||||||
"mal" : "RTL",
|
|
||||||
"fa" : "RTL",
|
"fa" : "RTL",
|
||||||
"ckb" : "RTL",
|
"ckb" : "RTL",
|
||||||
"syr" : "RTL",
|
"syr" : "RTL",
|
||||||
|
1
run.sh
1
run.sh
@ -77,6 +77,7 @@ function completedBuildMessage() {
|
|||||||
# give completion message
|
# give completion message
|
||||||
if (("$QUIET" == 0)); then
|
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
|
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
|
else
|
||||||
echo "${HEADERTITLE} build on ${STARTDATE} is completed in ${SECONDSBUILD} seconds!"
|
echo "${HEADERTITLE} build on ${STARTDATE} is completed in ${SECONDSBUILD} seconds!"
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user