translations should also be searched on the framework (Bug #9144).
authorGonçalo Queirós <goncalo.queiros@portugalmail.net>
Tue, 20 Jul 2010 10:34:37 +0000 (11:34 +0100)
committerJan 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

index f94ed46..5d72a60 100755 (executable)
@@ -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'));