• Resolved Yordan Soares

    (@yordansoares)


    Hello,

    I just translated your plugin into Spanish. However, I found two internationalization issues:

    1. /templates/admin-settings.php:44

      You need to replace this line:
      <?php esc_attr_e( "Here's a temporary login link", 'temporary-login-without-p2ssword' ); ?>

      For this one:
      <?php esc_attr_e( "Here's a temporary login link", 'temporary-login-without-password' ); ?>

    2. /templates/admin-settings.php:58

      You need to replace this line:
      echo " " . __( sprintf( '<a href="%s">Email</a> temporary login link to user', $mailto_link ), 'temporary-login-without-password' ); //phpcs:ignore

      For this one:
      echo " " . sprintf( __( '<a href="%s">Email</a> temporary login link to user', 'temporary-login-without-password' ), $mailto_link ); //phpcs:ignore

    Hope this helps you to improve your excellent plugin ??

    Kind regards,
    Yordan.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi Yordan,

    Thanks for pointing this out.

    We will fix it and release a new version in a couple of days.

    Thread Starter Yordan Soares

    (@yordansoares)

    Hi Malay,

    Please let me know when you do it to translate those strings too ??

    Kind regards

    Hi Yordan,

    Just want to update you that we have fixed the issue and incorporated it into 1.6.13.

    Please upgrade it and let us know how it goes.

    BTW, if you like plugin & support, please consider leaving us 5 stars review. It will help fellow WordPress users to evaluate the plugin.

    Thanks in advance!

    Thread Starter Yordan Soares

    (@yordansoares)

    Hi Malay,

    That’s great!

    I already translated the new strings and left you a very deserved five stars review!

    Hi Yordan,

    Really appreciate it. Thank You!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Internationalization issues’ is closed to new replies.