projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da1e6a5
)
translations should also be searched on the framework (Bug #9144).
author
Gonçalo Queirós
<goncalo.queiros@portugalmail.net>
Tue, 20 Jul 2010 10:34:37 +0000
(11:34 +0100)
committer
Jan Schneider
<jan@horde.org>
Tue, 27 Jul 2010 16:49:30 +0000
(18:49 +0200)
Signed-off-by: Jan Schneider <jan@horde.org>
horde/po/translation.php
patch
|
blob
|
history
diff --git
a/horde/po/translation.php
b/horde/po/translation.php
index
f94ed46
..
5d72a60
100755
(executable)
--- a/
horde/po/translation.php
+++ b/
horde/po/translation.php
@@
-282,7
+282,7
@@
function xtract()
chdir($dirs[$i]);
if ($apps[$i] == 'horde') {
$files = search_ext('php', '.', true);
- foreach (array('admin', 'framework', 'lib', 'services', 'templates', 'util', 'themes') as $search_dir) {
+ foreach (array('admin', '
../
framework', 'lib', 'services', 'templates', 'util', 'themes') as $search_dir) {
$files = array_merge($files, search_ext('(php|inc|js)', $search_dir));
}
$files = array_merge($files, search_ext('dist', 'config'));