From c776fb943511752d8afa1097fbdcda617d4974a6 Mon Sep 17 00:00:00 2001 From: Llewellyn van der Merwe Date: Wed, 21 Apr 2021 23:52:21 +0200 Subject: [PATCH] Removed mal (https://en.wikipedia.org/wiki/Malayalam_script) from language fixing file, and from RTL direction. --- conf/config.tmp | 8 ++++---- conf/langCorrection.json | 3 +-- conf/textDirection.json | 1 - run.sh | 1 + 4 files changed, 6 insertions(+), 7 deletions(-) diff --git a/conf/config.tmp b/conf/config.tmp index 37c635d..28de279 100644 --- a/conf/config.tmp +++ b/conf/config.tmp @@ -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 diff --git a/conf/langCorrection.json b/conf/langCorrection.json index 261caac..cceed9c 100644 --- a/conf/langCorrection.json +++ b/conf/langCorrection.json @@ -1,6 +1,5 @@ { "lzh" : "zh", "kpl" : "kpg", - "kon" : "kg", - "mal" : "ml" + "kon" : "kg" } \ No newline at end of file diff --git a/conf/textDirection.json b/conf/textDirection.json index ccfba73..57544e3 100644 --- a/conf/textDirection.json +++ b/conf/textDirection.json @@ -4,7 +4,6 @@ "prs" : "RTL", "he" : "RTL", "kk" : "RTL", - "mal" : "RTL", "fa" : "RTL", "ckb" : "RTL", "syr" : "RTL", diff --git a/run.sh b/run.sh index 4999a1a..7988850 100755 --- a/run.sh +++ b/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