[tor-commits] [translation-tools/master] Adding --mode=developer, should fix part of #9144
colin at torproject.org
colin at torproject.org
Mon Mar 10 16:45:57 UTC 2014
commit 143916fe6a5d476a91242f18778ab35ed414fef4
Author: Colin Childs <colin at torproject.org>
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;
More information about the tor-commits
mailing list