[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r15309: Updated mkmoz.sh to actually make moz properly :-) (torbutton/trunk/trans_tools)
Author: ioerror
Date: 2008-06-16 14:43:27 -0400 (Mon, 16 Jun 2008)
New Revision: 15309
Modified:
torbutton/trunk/trans_tools/mkmoz.sh
Log:
Updated mkmoz.sh to actually make moz properly :-)
Modified: torbutton/trunk/trans_tools/mkmoz.sh
===================================================================
--- torbutton/trunk/trans_tools/mkmoz.sh 2008-06-16 18:35:34 UTC (rev 15308)
+++ torbutton/trunk/trans_tools/mkmoz.sh 2008-06-16 18:43:27 UTC (rev 15309)
@@ -1,10 +1,10 @@
#!/bin/bash -x
#
-LOCALEDIR="../src/chrome/locale/"
+LOCALEDIR="../src/chrome/locale"
directories="ar de-DE es hr-HR nl-NL pt-BR sl-SI de-AT el-GR fa-IR it-IT pl-PL zh-CN de-CH fr-FR ru zh-TW"
-poDir="po"
+poDir="pootle"
mozDir="moz"
input="en-US"
template="torbutton.dtd"