mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-06 09:52:29 +02:00
Last steps to make the conversion remove the obsolete language keys.
git-svn-id: http://piwigo.org/svn/trunk@5563 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -113,6 +113,8 @@ foreach ($languages as $language)
|
||||
}
|
||||
}
|
||||
|
||||
echo '<h3>'.$file.'.lang.php</h3>';
|
||||
|
||||
if ('' != $output_missing or '' != $output_duplicated)
|
||||
{
|
||||
$output = '';
|
||||
@@ -124,7 +126,6 @@ foreach ($languages as $language)
|
||||
{
|
||||
$output.= "\n// untranslated yet\n".$output_duplicated;
|
||||
}
|
||||
echo '<h3>'.$file.'.lang.php</h3>';
|
||||
echo '<textarea style="width:100%;height:250px;">'.$output.'</textarea>';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user