• Resolved TheSubmarine

    (@submarine)


    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 !

    http://wordpress.org/extend/plugins/kc-settings/

Viewing 1 replies (of 1 total)
  • Plugin Author Dzikri Aziz

    (@kucrut)

    Ouch, for some reason, I don’t get this topic in my RSS. Perhaps I need to update the subscription URL.

    Thanks for the bug report.
    ‘Add New’ string was supposed to use the default translation from WP, that’s why I didn’t use the ‘kc-settings’ domain πŸ™‚

    I have an update coming and will email you with the POT πŸ™‚

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: KC Settings] Translation’ is closed to new replies.