build: invoke ./build/mkbasepot.sh without any parameters
authorPaul Donald <newtwen@gmail.com>
Thu, 15 Feb 2024 03:01:14 +0000 (04:01 +0100)
committerPaul Donald <newtwen@gmail.com>
Thu, 15 Feb 2024 03:12:04 +0000 (04:12 +0100)
e.g. to build everything

Signed-off-by: Paul Donald <newtwen@gmail.com>
(cherry picked from commit 269df2426d8c207d6c89ad2950a65f187d9a922e)

build/i18n-sync.sh

index d8460fc2b861e89926b9c758d6536d3c734d14fb..7d57f1b1b5471d9588603b13668d1109a99b436b 100755 (executable)
@@ -25,6 +25,7 @@ esac
 
 [ -n "$1" ] && set -- "${1%/}"
 
+[ -n "$1" ] || ./build/mkbasepot.sh
 
 # Absent a [folder] parameter, use the current path
 find "${1:-.}" -name '*.pot' -and -not -name base.pot | sort | \