[tor-commits] [bridgedb/master] Update get-completed-translations script with directory layout changes.

isis at torproject.org isis at torproject.org
Sat Jul 25 19:26:24 UTC 2015


commit abece06f8ecb623eb07589c558d6259611c6cd3b
Author: Isis Lovecruft <isis at torproject.org>
Date:   Sat Jul 25 03:45:27 2015 +0000

    Update get-completed-translations script with directory layout changes.
---
 maint/get-completed-translations |   27 +++++++++++++--------------
 1 file changed, 13 insertions(+), 14 deletions(-)

diff --git a/maint/get-completed-translations b/maint/get-completed-translations
index beac4c9..e09e28a 100755
--- a/maint/get-completed-translations
+++ b/maint/get-completed-translations
@@ -20,19 +20,18 @@
 #
 # …/parentdir/
 #   |-- bridgedb/
-#   |   |-- lib/
-#   |   |   `-- bridgedb/
-#   |   |       `-- i18n/
-#   |   |           |-- ar/
-#   |   |           |     `-- LC_MESSAGES
-#   |   |           |         |-- bridgedb.mo
-#   |   |           |         `-- bridgedb.po
-#   |   |           |-- …
-#   |   |           |-- zh_CN/
-#   |   |           |     `-- LC_MESSAGES
-#   |   |           |         |-- bridgedb.mo
-#   |   |           |         `-- bridgedb.po
-#   |   |           `-- templates/
+#   |   |`-- bridgedb/
+#   |   |     `-- i18n/
+#   |   |          |-- ar/
+#   |   |          |     `-- LC_MESSAGES
+#   |   |          |         |-- bridgedb.mo
+#   |   |          |         `-- bridgedb.po
+#   |   |          |-- …
+#   |   |          |-- zh_CN/
+#   |   |          |     `-- LC_MESSAGES
+#   |   |          |         |-- bridgedb.mo
+#   |   |          |         `-- bridgedb.po
+#   |   |          `-- templates/
 #   |   |-- scripts/
 #   |   `-- …
 #   `-- bridgedb-translations/
@@ -138,7 +137,7 @@ cd $PARENT_PATH
 rsync -PCAXvrq \
     --filter 'include *bridgedb.po' \
     --filter 'exclude .gitignore' \
-    $TRANS_DIR/* ./bridgedb/lib/bridgedb/i18n/
+    $TRANS_DIR/* ./bridgedb/bridgedb/i18n/
 status=$?
 
 printf "\n"





More information about the tor-commits mailing list