[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [translation-tools/master] restrict reviewed strings to release and completed branches
commit 9a4f7688bca7cc9178a82250543812c54c335b57
Author: emma peel <emma.peel@xxxxxxxxxx>
Date: Wed Aug 28 13:08:17 2019 +0000
restrict reviewed strings to release and completed branches
---
update_translations | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/update_translations b/update_translations
index 1d59466..b882f9a 100755
--- a/update_translations
+++ b/update_translations
@@ -26,7 +26,7 @@ for project in $PROJECTS; do
cd $project;
- if echo "$project" | grep -Eqs '^tails-|^whisperback|^mat-|^liveusb-' ; then
+ if echo "$project" | grep -Eqs '_release$|_completed$' ; then
TX_PULL_OPTS='--mode=reviewed'
else
TX_PULL_OPTS='--mode=developer'
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits