Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Missing Localizable Strings #45

Open
mplusb opened this issue Apr 12, 2022 · 0 comments
Open

Add Missing Localizable Strings #45

mplusb opened this issue Apr 12, 2022 · 0 comments

Comments

@mplusb
Copy link

mplusb commented Apr 12, 2022

Is your feature request related to a problem? Please describe.

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

Additional context
https://wordpress.org/support/topic/add-missing-localizable-strings/

@mplusb mplusb added enhancement New feature or request and removed enhancement New feature or request labels Apr 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant