make the translation TODO easier to read

git-svn-id: http://piwigo.org/svn/trunk@5314 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
plegall
2010-03-24 19:16:52 +00:00
parent 95e6455a41
commit a6954ea0a8
+2 -1
View File
@@ -25,6 +25,7 @@ define('PHPWG_ROOT_PATH', '../');
include_once( PHPWG_ROOT_PATH.'include/common.inc.php' );
include_once( PHPWG_ROOT_PATH.'tools/translation_validated.inc.php' );
$languages = array_keys(get_languages());
sort($languages);
$page['ref_compare'] = 'en_UK';
$page['ref_default_values'] = 'en_UK';
@@ -124,7 +125,7 @@ foreach ($languages as $language)
$output.= "\n// untranslated yet\n".$output_duplicated;
}
echo '<h3>'.$file.'.lang.php</h3>';
echo '<textarea style="width:100%;height:150px;">'.$output.'</textarea>';
echo '<textarea style="width:100%;height:250px;">'.$output.'</textarea>';
}
if ('' != $output_lost)