Changeset 3474
- Timestamp:
- 06/19/2016 12:57:49 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/api/routes/class-plugin-translations.php
r3460 r3474 121 121 ); 122 122 } elseif ( 'en_US' !== $current_locale ) { 123 $suggest_string = __( 'This plugin is not yet available in your language. Can you help translating it?', 'wporg-translate' ); 123 $suggest_string = sprintf( 124 /* translators: %s: URL to translate.wordpress.org */ 125 __( 'This plugin is not yet available in your language. <a href="%s">Can you help translating it?</a>', 'wporg-translate' ), 126 'https://translate.wordpress.org/projects/wp-plugins/' . $plugin_slug 127 ); 124 128 } 125 129
Note: See TracChangeset
for help on using the changeset viewer.