From a5db659ce4bd85875b686370ce7f7a233aa236bb Mon Sep 17 00:00:00 2001 From: leper Date: Mon, 2 Mar 2015 00:10:00 +0000 Subject: [PATCH] Update translations to be included in the release. This was SVN commit r16399. --- 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 0eb42e2a3f..813c2281ea 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" "gl" "it" "nl" "pt_PT" "pt_BR" "ru" "tr") +LANGS=("ca" "cs" "de" "en_GB" "es" "fr" "gd" "gl" "id" "it" "nl" "pt_PT" "pt_BR" "ru" "tr") REGEX=$(printf "\|%s" "${LANGS[@]}") REGEX=".*/\("${REGEX:2}"\).[-A-Za-z0-9_.]\+\.po"