From 2451f191ee5ed406a6df48a9dae49ac93ae12afe Mon Sep 17 00:00:00 2001 From: Htylol Date: Mon, 2 Sep 2024 17:47:48 +0500 Subject: [PATCH] Added --no-location for xgettext --- data_from_portwine/scripts/functions_helper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data_from_portwine/scripts/functions_helper b/data_from_portwine/scripts/functions_helper index 0d6b49f..8cc2561 100755 --- a/data_from_portwine/scripts/functions_helper +++ b/data_from_portwine/scripts/functions_helper @@ -100,7 +100,7 @@ generate_pot () { LANG_MO="${PORT_WINE_PATH}/data/locales/${lang}/LC_MESSAGES/PortProton.mo" TEMPLATE_POT="${PORT_WINE_PATH}/data/locales/PortProton.pot" pushd "${PORT_WINE_PATH}" 1>/dev/null || fatal - xgettext --from-code=UTF-8 --language Shell -i \ + xgettext --no-location --from-code=UTF-8 --language Shell -i \ "data/scripts/start.sh" \ "data/scripts/setup.sh" \ "data/scripts/functions_helper" \