commit 143916fe6a5d476a91242f18778ab35ed414fef4
Author: Colin Childs <[email protected]>
Date:   Mon Mar 10 11:44:51 2014 -0500

    Adding --mode=developer, should fix part of #9144
---
 update_translations |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/update_translations b/update_translations
index 102867e..927821c 100755
--- a/update_translations
+++ b/update_translations
@@ -27,7 +27,7 @@ for project in $PROJECTS; do
   cd $project;
 
   # Fetch new translations for this project ...
-  $TX pull -a -s > /dev/null;
+  $TX pull -a -s --mode=developer > /dev/null;
 
   # ... add them to git ...
   git add -A . > /dev/null;

_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to