edit plugin for translate
-
hi
for load translate plugin need to edit
change:
load_plugin_textdomain( 'espw-plugin', false, basename( dirname( __FILE__ ) ) . '/languages/' );
to
load_plugin_textdomain( 'ncr-captcha', false, basename( dirname( __FILE__ ) ) . '/lang/' );
for load translate ->in base-class.php
——————————————
change:
<p>Protect WordPress login, registration and comment form with the new No CAPTCHA reCAPTCHA</p>
to
<p><?php _e( 'Protect WordPress login, registration and comment form with the new No CAPTCHA reCAPTCHA', 'ncr-captcha' ); ?></p>
for Paragraph translat =>in base-class.php
——————————————-
change 3 time button value for translate in settings.php
value="Save All Changes">
to
value=<?php _e ( 'Save All Changes', 'ncr-captcha' ); ?> >
download with changes and persian tranlate
- The topic ‘edit plugin for translate’ is closed to new replies.