[tor-commits] [torbirdy/master] Update script comment

sukhbir at torproject.org sukhbir at torproject.org
Fri Nov 22 19:05:58 UTC 2013


commit 75754f8e52f75647517b2d313295ab6307f6dba7
Author: Sukhbir Singh <sukhbir at torproject.org>
Date:   Fri Nov 22 14:05:59 2013 -0500

    Update script comment
---
 import-translations.sh |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/import-translations.sh b/import-translations.sh
index a2b0954..53a9531 100755
--- a/import-translations.sh
+++ b/import-translations.sh
@@ -1,5 +1,7 @@
 #!/bin/sh
 
+# Script to fetch and update translations. Modified from tor-launcher.
+
 BUNDLE_LOCALES="ar da eu he lv pa pt_BR tr cs de es fr it nl pl sv zh-CN ms-MY ja"
 
 if [ -d translation ];
@@ -20,5 +22,4 @@ do
   git merge origin/torbirdy
   cp $UL/torbirdy.dtd ../chrome/locale/$i/torbirdy.dtd
   cp $UL/torbirdy.properties ../chrome/locale/$i/torbirdy.properties
-
 done



More information about the tor-commits mailing list