Changeset 2660 for sites/trunk/translate.wordpress.org/public_html/gp-templates-new/projects-wp-plugins-language-packs.php
- Timestamp:
- 03/01/2016 08:10:20 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/translate.wordpress.org/public_html/gp-templates-new/projects-wp-plugins-language-packs.php
r2439 r2660 43 43 <h3>Language Packs</h3> 44 44 45 <p>Language packs are installed automatically if they are available. If no secent</p>45 <p>Language packs are installed automatically if they are available. Once a locale has reached the threshold for a package build it will be listed here. It also means that you don’t have to include this language in your plugin anymore.</p> 46 46 47 47 <?php … … 50 50 foreach ( $language_packs->translations as $language_pack ) { 51 51 printf( 52 '<li><strong>%s :</strong> Last updated %s for version %s (<a href="%s">zip</a>)</li>',52 '<li><strong>%s <span class="locale-code">(%s)</span>:</strong> Last updated %s for version %s (<a href="%s">zip</a>)</li>', 53 53 $language_pack->english_name, 54 $language_pack->language, 54 55 $language_pack->updated, 55 56 $language_pack->version,
Note: See TracChangeset
for help on using the changeset viewer.