• maccio

    (@maccio)


    In last version 3.36.7 some translations strings in po/mo file don’t match with its the relative string in php file.

    Example:
    views/shortcode/_salon_thankyou_alert.php line 37
    <?php echo sprintf(
    __(
    ‘You will receive a booking confirmation by email.If you do not receive an email in 5 minutes, check your Junk Mail or Spam Folder. If you need to change your reservation, please call %s or send an e-mail to %s.’,
    ‘salon-booking-system’
    ),
    $genPhone,
    $genMail
    ); ?>

    po/mo file:
    #: views/shortcode/_salon_thankyou_alert.php:38
    #, php-format
    msgid “”
    “If you need to change your reservation please call %s or ”
    “send an e-mail to %s
    msgstr “”
    “Se desideri modificare la Tua Prenotazione chiama il numero ”
    %s o invia un’e-mail a %s

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Bug Italian translation Version 3.36.7’ is closed to new replies.