Title: Add Missing Localizable Strings
Last modified: April 10, 2022

---

# Add Missing Localizable Strings

 *  [Alex Lion (阿力獅)](https://wordpress.org/support/users/alexclassroom/)
 * (@alexclassroom)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/add-missing-localizable-strings/)
 * There are some strings can be localized, listed as the following.
    \include\Core\
   UI\Page\Check_Email_Settings_Page.php
 * **Line 157**
    `<button id="install_wp_smtp" class="button" data-slug="wp-smtp"
   data-action="<?php echo ( 'install' == $smtp_status ? 'install' : 'activate' );?
   >" data-activation_url="<?php echo $activate_url; ?>"><?php echo sprintf( esc_html__('%
   s SMTP', 'check-email' ), ( 'install' == $smtp_status ? esc_html__( 'Install','
   check-email' ) : esc_html__( 'Activate', 'check-email' ) ) ); ?></button>`
 * **Line 158**
    `<div id="install_wp_smtp_info"> <p><?php echo sprintf( esc_html__('
   Click to %s WP SMTP', 'check-email' ), ( 'install' == $smtp_status ? esc_html__('
   install', 'check-email' ) : esc_html__( 'activate', 'check-email' ) ) ) ; ?> 
   </p></div>`
 * assets\js\admin\checkemail.js
    **Line 85** Activating plugin

Viewing 1 replies (of 1 total)

 *  [Miha](https://wordpress.org/support/users/mplusb/)
 * (@mplusb)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/add-missing-localizable-strings/#post-15551097)
 * Hi [@alexclassroom](https://wordpress.org/support/users/alexclassroom/),
 * Thanks for reaching out and letting us know about this!
    I went ahead and opened
   a ticket regarding it so our dev team can address in our next update. You can
   follow the progress here: [https://github.com/WPChill/check-email/issues/45](https://github.com/WPChill/check-email/issues/45)
 * Warmly,
    Mihaela

Viewing 1 replies (of 1 total)

The topic ‘Add Missing Localizable Strings’ is closed to new replies.

 * ![](https://ps.w.org/check-email/assets/icon-256x256.png?rev=2691797)
 * [Check & Log Email - Easy Email Testing & Mail logging](https://wordpress.org/plugins/check-email/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/check-email/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/check-email/)
 * [Active Topics](https://wordpress.org/support/plugin/check-email/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/check-email/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/check-email/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Miha](https://wordpress.org/support/users/mplusb/)
 * Last activity: [4 years, 2 months ago](https://wordpress.org/support/topic/add-missing-localizable-strings/#post-15551097)
 * Status: not resolved