summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
authorGravatar Christian Weiske2011-11-01 17:19:53 +0100
committerGravatar Christian Weiske2011-11-01 17:19:53 +0100
commit37a7bd4d316f2128504a88cbdeb7976db80e959c (patch)
treeb11c7c8d8c316b871a737cd308627533ecd3517f /scripts
parent0203feae1c622d6c2463157a54a8572fd1ca7b91 (diff)
parentc45ea5a3c6fb69c204f73c22935224dc52613b03 (diff)
downloadscuttle-37a7bd4d316f2128504a88cbdeb7976db80e959c.tar.gz
scuttle-37a7bd4d316f2128504a88cbdeb7976db80e959c.zip
Merge branch '0.98'
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'
);