From 31a7db5bf25c411c61ded0e9de8bc65e9cd2611e Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 15 Jan 2022 20:47:18 -0300 Subject: Translate and ship strings in src/locale/*.txt --- po/extract-strings.sh | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100755 po/extract-strings.sh (limited to 'po/extract-strings.sh') diff --git a/po/extract-strings.sh b/po/extract-strings.sh deleted file mode 100755 index 097cdda..0000000 --- a/po/extract-strings.sh +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh -set -eu - -awk ' -/^# End translatable strings$/ { exit } - -{ lines[i++] = $0 } - -END { - for (l = 0; l < i - 2; l++) { - if (l == 1) { - print "# shellcheck disable=2034" - } - print lines[l] - } -} -' -- cgit v1.2.3