From: Gonçalo Queirós Date: Tue, 20 Jul 2010 10:34:37 +0000 (+0100) Subject: translations should also be searched on the framework (Bug #9144). X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=4f192b3e405ef19aa81110ca8268dc5e36eec5cb;p=horde.git translations should also be searched on the framework (Bug #9144). Signed-off-by: Jan Schneider --- diff --git a/horde/po/translation.php b/horde/po/translation.php index f94ed46e2..5d72a6029 100755 --- 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'));