[Plugin: KC Settings] Translation
-
Hi,
I create a new topic, as you wish. ??
I needed to modify a little bit 2 of your plugin files in order to have a full translation :
plugin.php :
line 111 & 163 :
replace :
esc_attr( 'Save Changes', 'kc-settings' )
by :
esc_attr( __('Save Changes', 'kc-settings' ))
options.php :
line 491:
replace :
__('Add New')
by :
__('Add New','kc-settings')
line 568 :
replace :
Main
by:
<?php echo __('Main','kc-settings'); ?>
Keep up your fantastic work on this plugin !
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[Plugin: KC Settings] Translation’ is closed to new replies.