Changeset 2229 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wp-i18n-teams/views/all-locales.php
- Timestamp:
- 12/28/2015 01:20:10 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
r1911 r2229 61 61 ?> 62 62 <tr class="<?php echo trim( $classes ); ?>"> 63 <td class="no-right-border">63 <td data-column-title="<?php esc_attr_e( 'Locale', 'wporg' ); ?>" class="no-right-border"> 64 64 <?php if ( $locale_data[ $locale->wp_locale ]['rosetta_site_url'] ) : ?> 65 65 <a href="<?php echo esc_url( $locale_data[ $locale->wp_locale ]['rosetta_site_url'] ); ?>"> … … 72 72 <td class="no-left-border"><?php echo esc_html( $locale->native_name ); ?></td> 73 73 74 <td ><?php echo esc_html( $locale->wp_locale ); ?></td>74 <td data-column-title="<?php esc_attr_e( 'WP Locale', 'wporg' ); ?>"><?php echo esc_html( $locale->wp_locale ); ?></td> 75 75 76 <td >76 <td data-column-title="<?php esc_attr_e( 'Version', 'wporg' ); ?>"> 77 77 <?php 78 78 if ( $locale_data[ $locale->wp_locale ]['rosetta_site_url'] ) { … … 87 87 ?> 88 88 </td> 89 <td class="right no-right-border">89 <td data-column-title="<?php esc_attr_e( 'GlotPress', 'wporg' ); ?>" class="right no-right-border"> 90 90 <a href="https://translate.wordpress.org/locale/<?php echo $locale->slug; ?>"> 91 91 <?php echo ( isset( $percentages[ $locale->wp_locale ] ) ) ? $percentages[ $locale->wp_locale ] . '%' : '—'; ?>
Note: See TracChangeset
for help on using the changeset viewer.