Missing string translations
-
Hello,
Some strings are not translated :
– image captcha :
public function c4wp_generate_captcha( ) {
….
$return .= ‘<br /><br />‘ . _e(‘Enter Captcha Here : ‘, ‘wp-captcha’).’‘; // <—-
….
}– icon captcha :
public function c4wp_get_icons( ) {
….
‘c4wp_term’ => array (
‘1’ => array (
‘id’ => ‘1’,
‘name’ => __( ‘Cup’, ‘wp-captcha’ ), // <—
‘slug’ => ‘cup’
),
‘2’ => array (
‘id’ => ‘2’,
‘name’ => __( ‘Star’, ‘wp-captcha’ ), // <—-
‘slug’ => ‘star’
),`
….
}Can’t wait to have an updated version
- The topic ‘Missing string translations’ is closed to new replies.