Improve I18N Issues (Based on 1.0.5)
-
There are several I18N issues and I don’t find this plugin’s GitHub repository so I paste modified codes here.
blocked-in-china
Line 146
__( 'Hey %1$s', 'blocked-in-china' ) . ',<br>' . __( 'In order to use %2$s, it\'s necessary to share your website URL and other minimal data with our servers. Click below to agree to our %3$s and connect to %4$s and %5$s', 'blocked-in-china' ),
Line 149
'<a target="_blank">' . __( 'Terms of Use & Privacy Policy', 'blocked-in-china' ) . '</a>'
Line 175
__( 'Hey %1$s', 'blocked-in-china' ) . ',<br>' . __( 'In order to use %2$s, it\'s necessary to share your website URL and other minimal data with our servers. Enter your license key and click below to agree to our %3$s and connect to %4$s and %5$s', 'blocked-in-china' ),
Line 178
'<a target="_blank">' . __( 'Terms of Use & Privacy Policy', 'blocked-in-china' ) . '</a>',
admin\class-admin-controller.php
Line 287 and 298
gmdate(__('F d, Y', 'blocked-in-china' ), $bic_manual_api_run_last)
admin\templates\form.php
Line 142
$remaining_time_text = __( ' in ', 'blocked-in-china' ) . implode( ", ", $remaining_time );
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Improve I18N Issues (Based on 1.0.5)’ is closed to new replies.