Making WordPress.org


Ignore:
Timestamp:
12/12/2015 12:12:06 AM (9 years ago)
Author:
iandunn
Message:

WordCamp Coming Soon Page: Internationalize all strings.

Fixes #1441
Props zodiac1978

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-coming-soon-page/views/settings-admin-notices.php

    r381 r2186  
    22    <ul>
    33        <?php foreach ( $inactive_required_modules as $module ) : ?>
    4             <li>Please activate Jetpack's <?php echo esc_html( $module ); ?> module.</li>
     4            <li>
     5                <?php // translators: %s is the name of the jetpack module ?>
     6                <?php printf( __( "Please activate Jetpack's %s module.", 'wordcamporg' ), esc_html( $module ) ); ?>
     7            </li>
    58        <?php endforeach; ?>
    69    </ul>
Note: See TracChangeset for help on using the changeset viewer.