Making WordPress.org

Changeset 2253


Ignore:
Timestamp:
01/06/2016 05:23:22 PM (9 years ago)
Author:
samuelsidler
Message:

Translate: Add link to relevant plugin developer handbook when a plugin is not ready for translation.

Fixes #1505

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/translate.wordpress.org/public_html/gp-templates/projects-wp-plugins.php

    r2118 r2253  
    3737<?php if ( $has_error ) : ?>
    3838<div class="wporg-notice wporg-notice-warning">
    39     <p>This plugin is not properly prepared for localization. If you would like to translate this plugin, <a href="<?php echo esc_url( 'https://wordpress.org/support/plugin/' . $project->slug ); ?>">please contact the author.</a></p>
     39    <p>This plugin is not <a href="https://developer.wordpress.org/plugins/internationalization/how-to-internationalize-your-plugin/">properly prepared for localization</a>. If you would like to translate this plugin, <a href="<?php echo esc_url( 'https://wordpress.org/support/plugin/' . $project->slug ); ?>">please contact the author.</a></p>
    4040</div>
    4141<?php endif; ?>
Note: See TracChangeset for help on using the changeset viewer.