From 4f192b3e405ef19aa81110ca8268dc5e36eec5cb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Gon=C3=A7alo=20Queir=C3=B3s?= Date: Tue, 20 Jul 2010 11:34:37 +0100 Subject: [PATCH] translations should also be searched on the framework (Bug #9144). Signed-off-by: Jan Schneider --- horde/po/translation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')); -- 2.11.0