Translation Error in "_store/checkout.php" & "_inc/store.php"

HomeSupportImage StoreTranslation Error in "_store/checkout.php" & "_inc/store.php"

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #53087
    kiyama
    Participant

    Hi, Xpark

    There’re little translation error  in “_store/checkout.php” & “_inc/store.php”.

    In “_store/checkout.php”, there’s a code  shows below.

     __( “Order Total: “, ‘ims ‘)

    After ‘ims’, there’s a unnecessary space.

     

    In “_store/checkout.php”, there’s a code shows below.

    $this->error .= sprintf( __( ‘The %s is required.’, ‘ims’ ), $label ) . “<br />”;

    ‘$label’ is a raw text, not translated.

    I put a line “$label = __($label,’ims’);” before that.

    I don’t know whether It’s good. Would you correct it?

    I hope Those were fixed in next update.

    Appreciate nice plugin.

    #53122
    Xpark Media
    Keymaster

    @kiyama,

    Will check it out, thank you for the feedback.

    #53133
    Xpark Media
    Keymaster

    @kiyama,

    we removed the space on __( “Order Total: “, ‘ims ‘), but the sprintf( __( ‘The %s is required.’, ‘ims’ ), this is translated on the installed.php file. You can reset the settings to have all data translated.

    #53158
    kiyama
    Participant

    Thanks you.

    I’m looking forward to update.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.