From a028027f756195ddbcc22787fa28259503b1e39e Mon Sep 17 00:00:00 2001 From: Itms Date: Sun, 5 Oct 2014 22:46:24 +0000 Subject: [PATCH] Fix previous commit. This was SVN commit r15847. --- source/tools/dist/remove-incomplete-translations.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/tools/dist/remove-incomplete-translations.sh b/source/tools/dist/remove-incomplete-translations.sh index 3b4e385107..0eb42e2a3f 100644 --- a/source/tools/dist/remove-incomplete-translations.sh +++ b/source/tools/dist/remove-incomplete-translations.sh @@ -1,7 +1,7 @@ #!/bin/bash # Included languages -LANGS=("ca" "cs" "de" "en_GB" "es" "fr" "gd" "it" "nl" "pt_PT" "pt_BR" "ru" "tr") +LANGS=("ca" "cs" "de" "en_GB" "es" "fr" "gd" "gl" "it" "nl" "pt_PT" "pt_BR" "ru" "tr") REGEX=$(printf "\|%s" "${LANGS[@]}") REGEX=".*/\("${REGEX:2}"\).[-A-Za-z0-9_.]\+\.po"