• Resolved Alex Lion (阿力獅)

    (@alexclassroom)


    init.php, line 905

    The code can be the following:
    <input name="ipbl_settings_but" id="ipbl_settings_but" class="button button-primary" value="<?php esc_html_e( 'Save', 'ip-based-login' ); ?>" type="submit" />
    Then the button label “Save” can be localizable.

    functions.php, line 70
    The code can be the following:
    $error['no_ipv6_support'] = sprintf( __('IPv6 is not supported in Free version. %1$sUpgrade to Pro%2$s', 'ip-based-login'), '<a href="'.IPBL_PRICING_URL.'" target="_blank">', '</a>');
    Then the sentence “IPv6 is not supported in Free version. Upgrade to Pro” can be fully localizable.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘L10N Issue’ is closed to new replies.