Changeset 4646 for branches/2.0/tools/translation_analysis.php
- Timestamp:
- Jan 10, 2010, 12:52:32 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0/tools/translation_analysis.php
r4644 r4646 24 24 define('PHPWG_ROOT_PATH', '../'); 25 25 include_once( PHPWG_ROOT_PATH.'include/common.inc.php' ); 26 26 include_once( PHPWG_ROOT_PATH.'tools/translation_validated.inc.php' ); 27 27 $languages = array_keys(get_languages()); 28 28 … … 68 68 $exceptions = array('Level 0'); 69 69 if (in_array($key, $exceptions)) 70 { 71 continue; 72 } 73 74 if (isset($validated_keys[$language]) and in_array($key, $validated_keys[$language])) 70 75 { 71 76 continue;
Note: See TracChangeset
for help on using the changeset viewer.