Making WordPress.org


Ignore:
Timestamp:
03/01/2016 08:10:20 PM (9 years ago)
Author:
ocean90
Message:

Translate: Add filters to plugin's contributors page and display the WP locale of a language pack.

See #1388.

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  
    4343    <h3>Language Packs</h3>
    4444
    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&#8217;t have to include this language in your plugin anymore.</p>
    4646
    4747    <?php
     
    5050        foreach ( $language_packs->translations as $language_pack ) {
    5151            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>',
    5353                $language_pack->english_name,
     54                $language_pack->language,
    5455                $language_pack->updated,
    5556                $language_pack->version,
Note: See TracChangeset for help on using the changeset viewer.