Changeset 2485 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wp-i18n-teams/views/all-locales.php
- Timestamp:
- 02/09/2016 12:43:02 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wp-i18n-teams/views/all-locales.php
r2478 r2485 33 33 'translated-50' => _n_noop( '%s locale has more than 50%%.', '%s locales have more than 50%%.', 'wporg' ), 34 34 'translated-50-less' => _n_noop( '%s locale has less than 50%%.', '%s locales have less than 50%%.', 'wporg' ), 35 'no-wp-project' => _n_noop( '%s locale doesn’t have a WP project.', '%s locales don᾿t have a WP project.', 'wporg' ), 35 36 ); 36 37 … … 88 89 </td> 89 90 <td data-column-title="<?php esc_attr_e( 'GlotPress', 'wporg' ); ?>" class="right no-right-border"> 90 <a href="https://translate.wordpress.org/locale/<?php echo $locale->slug; ?>"> 91 <?php echo ( isset( $percentages[ $locale->wp_locale ] ) ) ? $percentages[ $locale->wp_locale ] . '%' : '—'; ?> 92 </a> 91 <?php if ( isset( $percentages[ $locale->wp_locale ] ) ) : ?> 92 <a href="https://translate.wordpress.org/locale/<?php echo $locale->slug; ?>/default/wp/dev"> 93 <?php echo $percentages[ $locale->wp_locale ] . '%'; ?> 94 </a> 95 <?php else : ?> 96 — 97 <?php endif; ?> 93 98 </td> 94 99 <td class="no-left-border nowrap">
Note: See TracChangeset
for help on using the changeset viewer.