Changeset 5314 for trunk/tools


Ignore:
Timestamp:
Mar 24, 2010, 8:16:52 PM (14 years ago)
Author:
plg
Message:

make the translation TODO easier to read

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/translation_analysis.php

    r5312 r5314  
    2626include_once( PHPWG_ROOT_PATH.'tools/translation_validated.inc.php' );
    2727$languages = array_keys(get_languages());
     28sort($languages);
    2829
    2930$page['ref_compare'] = 'en_UK';
     
    125126        }
    126127        echo '<h3>'.$file.'.lang.php</h3>';
    127         echo '<textarea style="width:100%;height:150px;">'.$output.'</textarea>';
     128        echo '<textarea style="width:100%;height:250px;">'.$output.'</textarea>';
    128129      }
    129130
Note: See TracChangeset for help on using the changeset viewer.