• Resolved WPCombo

    (@wpcombo)


    please change

    <?php printf( __( ‘The salt keys will be automatically changed on %s’ ), $next_schedule ); ?>

    by

    <?php printf( __( ‘The salt keys will be automatically changed on %s’,’salt-shaker’ ), $next_schedule ); ?>

    at _inc/gui/inner-settings-template.php line 23

    for the translation to work

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘A string translation doesn’t work’ is closed to new replies.