[translation-tools/master] Adding --mode=developer, should fix part of #9144

10 Mar
2014
10 Mar
'14
4:45 p.m.
commit 143916fe6a5d476a91242f18778ab35ed414fef4 Author: Colin Childs <colin@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;
4094
Age (days ago)
4094
Last active (days ago)
0 comments
1 participants
participants (1)
-
colin@torproject.org