[rkward-cvs] SF.net SVN: rkward:[3841] trunk/rkward/scripts/import_lp_translations.sh

tfry at users.sourceforge.net tfry at users.sourceforge.net
Mon Sep 26 13:32:45 UTC 2011


Revision: 3841
          http://rkward.svn.sourceforge.net/rkward/?rev=3841&view=rev
Author:   tfry
Date:     2011-09-26 13:32:45 +0000 (Mon, 26 Sep 2011)
Log Message:
-----------
Add script to import launchpad translations

Added Paths:
-----------
    trunk/rkward/scripts/import_lp_translations.sh

Added: trunk/rkward/scripts/import_lp_translations.sh
===================================================================
--- trunk/rkward/scripts/import_lp_translations.sh	                        (rev 0)
+++ trunk/rkward/scripts/import_lp_translations.sh	2011-09-26 13:32:45 UTC (rev 3841)
@@ -0,0 +1,12 @@
+#!/bin/bash
+cd `dirname $0`/..
+BASEDIR=`pwd`
+
+cd ${BASEDIR}/po/
+# BZR_HOME=/tmp to achieve anonymous checkout
+BZR_HOME=/tmp bzr branch lp:~rkward-devel/rkward/translation-export
+cp -a translation-export/po/* .
+
+rm -rf translation-export
+
+svn status


Property changes on: trunk/rkward/scripts/import_lp_translations.sh
___________________________________________________________________
Added: svn:executable
   + *

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.





More information about the rkward-tracker mailing list