Making WordPress.org


Ignore:
Timestamp:
04/15/2020 09:39:42 PM (5 years ago)
Author:
ocean90
Message:

Translate: After [9721], reflect the updated threshold number in project info notices.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/locale-project.php

    r9710 r9732  
    128128        <div class="wporg-notice wporg-notice-info">
    129129            <p>Translations for the readme are published almost immediately.
    130                 The language pack for the plugin will be generated when 95% of the <a href="<?php echo esc_url( gp_url_project( $sub_project->path, gp_url_join( $stable_project_slug, $locale->slug, $set_slug ) ) ); ?>"><?php echo $stable_project_name; ?></a> sub-project strings have been translated (currently <?php echo $status->percent_complete . '%'; ?>).</p>
     130                The initial language pack for the plugin will be generated when 90% of the <a href="<?php echo esc_url( gp_url_project( $sub_project->path, gp_url_join( $stable_project_slug, $locale->slug, $set_slug ) ) ); ?>"><?php echo $stable_project_name; ?></a> sub-project strings have been translated (currently <?php echo $status->percent_complete . '%'; ?>).</p>
    131131        </div>
    132132        <?php
     
    135135    ?>
    136136    <div class="wporg-notice wporg-notice-info">
    137         <p>The language pack for the theme will be generated when 95% of the project strings have been translated (currently <?php echo $sub_project_status->percent_complete . '%'; ?>).</p>
     137        <p>The initial language pack for the theme will be generated when 90% of the project strings have been translated (currently <?php echo $sub_project_status->percent_complete . '%'; ?>).</p>
    138138    </div>
    139139    <?php
Note: See TracChangeset for help on using the changeset viewer.