Skip to content

Commit

Permalink
Maj GitHub Sync - Tuesday, 23 January, 2024 08:01:13 AM PST
Browse files Browse the repository at this point in the history
  • Loading branch information
majal committed Jan 23, 2024
1 parent 6a58b03 commit 17d99c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SL/ffv
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ done
##############################################################################
# If translation language is the same as input language, cut only

[ "${ll}" = "${lang_tr}" ] && {
[ "${ll}" != "${lang_tr}" ] || {

# Check if array, i.e. single verse
[ "${start_time}" -a "${end_time}" ] || {
Expand All @@ -352,7 +352,7 @@ done
##############################################################################
# Translate book name, overlay using delogo and drawtext

} || {
} && {

imagefile_tr="${textfile}_tr.png"
convert -background none -fill black -font "${fontfile}" -pointsize ${s} label:"${overlay_book} ${c}:${v}" "${imagefile_tr}"
Expand Down

0 comments on commit 17d99c0

Please sign in to comment.