Changeset 6452 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/consistency.php
- Timestamp:
- 01/28/2018 05:17:28 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/consistency.php
r6006 r6452 8 8 ?> 9 9 10 <p>Analyze translation consistency across projects. </p>10 <p>Analyze translation consistency across projects. The result is limited to 500 translations.</p> 11 11 12 12 … … 82 82 foreach ( $translations_unique as $translation ) { 83 83 printf( 84 '<li>%s < a href="#%s">↓</a></li>',84 '<li>%s <small>(%s)</small> <a href="#%s">↓</a></li>', 85 85 str_replace( ' ', '<span class="space"> </span>', esc_translation( $translation ) ), 86 1 === $translations_unique_counts[ $translation ] ? $translations_unique_counts[ $translation ] . ' time' : $translations_unique_counts[ $translation ] . ' times', 86 87 esc_attr( sanitize_title( 't-' . $translation ) ) 87 88 );
Note: See TracChangeset
for help on using the changeset viewer.