[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r23250: {website} updated scripts with new path (website/trunk)
Author: runa
Date: 2010-09-19 12:11:39 +0000 (Sun, 19 Sep 2010)
New Revision: 23250
Modified:
website/trunk/po2wml.sh
website/trunk/wml2po.sh
Log:
updated scripts with new path
Modified: website/trunk/po2wml.sh
===================================================================
--- website/trunk/po2wml.sh 2010-09-19 12:11:38 UTC (rev 23249)
+++ website/trunk/po2wml.sh 2010-09-19 12:11:39 UTC (rev 23250)
@@ -19,7 +19,7 @@
wmldir="$PWD"
# Location of the po files,
-podir="`dirname $wmldir`/translation/projects/website"
+podir="`dirname $wmldir`/translation/projects/website/po"
# A lot of the wml files have custom tags. These tags have been defined
# in website/include/versions.wmi. Tags that people usually forget to close,
Modified: website/trunk/wml2po.sh
===================================================================
--- website/trunk/wml2po.sh 2010-09-19 12:11:38 UTC (rev 23249)
+++ website/trunk/wml2po.sh 2010-09-19 12:11:39 UTC (rev 23250)
@@ -22,7 +22,7 @@
# Location of the pot files.
# Assuming that the translation directory is relative to the website
-podir="`dirname $wmldir`/translation/projects/website/templates"
+podir="`dirname $wmldir`/translation/projects/website/po/templates"
# Set the copyright holder of the files,
# for example "The Tor Project, Inc"