Removed mal (https://en.wikipedia.org/wiki/Malayalam_script) from language fixing file, and from RTL direction.

This commit is contained in:
Llewellyn van der Merwe 2021-04-21 23:52:21 +02:00
parent 1a8e28b613
commit c776fb9435
Signed by: Llewellyn
GPG Key ID: EFC0C720A240551C
4 changed files with 6 additions and 7 deletions

View File

@ -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

View File

@ -1,6 +1,5 @@
{
"lzh" : "zh",
"kpl" : "kpg",
"kon" : "kg",
"mal" : "ml"
"kon" : "kg"
}

View File

@ -4,7 +4,6 @@
"prs" : "RTL",
"he" : "RTL",
"kk" : "RTL",
"mal" : "RTL",
"fa" : "RTL",
"ckb" : "RTL",
"syr" : "RTL",

1
run.sh
View File

@ -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