updated scripts with new path
Runa A. Sandvik

Runa A. Sandvik commited on 2010-09-19 14:11:39
Zeige 2 geänderte Dateien mit 2 Einfügungen und 2 Löschungen.

... ...
@@ -19,7 +19,7 @@
19 19
 wmldir="$PWD"
20 20
 
21 21
 # Location of the po files,
22
-podir="`dirname $wmldir`/translation/projects/website"
22
+podir="`dirname $wmldir`/translation/projects/website/po"
23 23
 
24 24
 # A lot of the wml files have custom tags. These tags have been defined
25 25
 # in website/include/versions.wmi. Tags that people usually forget to close,
... ...
@@ -22,7 +22,7 @@ wmldir="$PWD"
22 22
 
23 23
 # Location of the pot files.
24 24
 # Assuming that the translation directory is relative to the website
25
-podir="`dirname $wmldir`/translation/projects/website/templates"
25
+podir="`dirname $wmldir`/translation/projects/website/po/templates"
26 26
 
27 27
 # Set the copyright holder of the files,
28 28
 # for example "The Tor Project, Inc"
29 29