aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2011-11-01 17:18:12 +0100
committerChristian Weiske <cweiske@cweiske.de>2011-11-01 17:18:12 +0100
commitcaa94594380ff551c31a8d366df9a1ceebc4c411 (patch)
treed449379389dd2991315b5ea5d8881347bdc771f8 /scripts
parenta49bd7222c49b74c8feb8329b3314b6ff5aa77ef (diff)
downloadsemanticscuttle-caa94594380ff551c31a8d366df9a1ceebc4c411.tar.gz
semanticscuttle-caa94594380ff551c31a8d366df9a1ceebc4c411.tar.bz2
fix script to update translation base file
Diffstat (limited to 'scripts')
-rw-r--r--scripts/update-translation-base.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/update-translation-base.php b/scripts/update-translation-base.php
index c6b7c35..8237510 100644
--- a/scripts/update-translation-base.php
+++ b/scripts/update-translation-base.php
@@ -11,7 +11,7 @@ passthru(
. ' src/SemanticScuttle/*.php'
. ' src/SemanticScuttle/Model/*.php'
. ' src/SemanticScuttle/Service/*.php'
- . ' data/templates/*.php'
+ . ' data/templates/default/*.php'
. ' www/*.php'
. ' www/*/*.php'
);