[Tails-dev] [review'n'merge] small patch for language_statis…

Delete this message

Reply to this message
Author: emma peel
Date:  
To: tails-dev
Subject: [Tails-dev] [review'n'merge] small patch for language_statistics.sh
yo!

here I add Spanish to the wiki/src/contribute/l10n_tricks/language_statistics.sh script that makes the numbers of translation files each month.


1 file changed, 1 insertion(+), 1 deletion(-)

easy peasy!(famous last words)

please review
From 002e2ce2821294cd07cb800a03a5028bd58211ee Mon Sep 17 00:00:00 2001
From: emma peel <emma.peel@???>
Date: Sat, 17 Feb 2018 06:46:55 +0000
Subject: [PATCH] add Spanish to the language statistics script

---
wiki/src/contribute/l10n_tricks/language_statistics.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wiki/src/contribute/l10n_tricks/language_statistics.sh b/wiki/src/contribute/l10n_tricks/language_statistics.sh
index 35e5ce0b7a..75fb40d2c6 100755
--- a/wiki/src/contribute/l10n_tricks/language_statistics.sh
+++ b/wiki/src/contribute/l10n_tricks/language_statistics.sh
@@ -6,7 +6,7 @@ set -e
set -u
set -o pipefail

-LANGUAGES=${@:-de fa fr it pt}
+LANGUAGES=${@:-de es fa fr it pt}

 count_msgids () {
     cat | grep -E '^msgid\s+' | wc -l
-- 
2.11.0