• Resolved joteleh

    (@joteleh)


    Plugin Version: 1.4.4
    File: inc/mpp-template.php

    some strings was never translated, we use german formal as site-language

    errors found in:

    Line 73: $text = sprintf( __( 'Continue: %s', 'sgr-nextpage-titles' ), $link );
    Line 76: $text = sprintf( __( 'Back to: %s', 'sgr-nextpage-titles' ), $link );

    right code must be:

    Line 73: $text = sprintf( __( 'Continue:', 'sgr-nextpage-titles' ) . ' %s', $link );
    Line 76: $text = sprintf( __( 'Back to:', 'sgr-nextpage-titles' ) . ' %s', $link );

    issue in sgr-nextpage-titles.pot:
    entry 'Back to: ' please change it to 'Back to:' (without last whitespace)

    thank you!

Viewing 12 replies - 1 through 12 (of 12 total)
Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Translation issues in mpp-template.php’ is closed to new replies.