Changeset 1791
- Timestamp:
- 07/27/2015 08:19:51 PM (10 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/plugins/wp-i18n-teams/views
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wp-i18n-teams/views/all-locales.php
r1163 r1791 88 88 </td> 89 89 <td class="right no-right-border"> 90 <a href="https://translate.wordpress.org/l anguages/<?php echo $locale->slug; ?>">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 ] . '%' : '—'; ?> 92 92 </a> 93 93 </td> 94 94 <td class="no-left-border nowrap"> 95 <a href="https://translate.wordpress.org/l anguages/<?php echo $locale->slug; ?>">95 <a href="https://translate.wordpress.org/locale/<?php echo $locale->slug; ?>"> 96 96 <?php echo $locale->slug; ?> 97 97 </a> -
sites/trunk/wordpress.org/public_html/wp-content/plugins/wp-i18n-teams/views/locale-details.php
r1418 r1791 88 88 89 89 <p class="alert alert-info" role="alert"> 90 <a href="https://translate.wordpress.org/l anguages/<?php echo esc_attr( $locale->slug ); ?>">90 <a href="https://translate.wordpress.org/locale/<?php echo esc_attr( $locale->slug ); ?>"> 91 91 <?php printf( __( 'Become a translator yourself, check if %s needs some help!', 'wporg' ), $locale->english_name ); ?> 92 92 </a>
Note: See TracChangeset
for help on using the changeset viewer.