Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter joteleh

    (@joteleh)

    hi,

    i wrote … strings was never translated, we use german formal as site-language

    i mean this is not right:
    __( ‘Continue: %s’, ‘sgr-nextpage-titles’ )

    should be:
    __( ‘Continue:’, ‘sgr-nextpage-titles’ ) . ‘ %s’

    in your code the string __(‘Continue: htmllinkstringpart’) was never found and never replaced/ translated, in our case the german string for ‘continue’ > ‘weiter’ was not shown.

    ‘Back to: %s’ issue is the same

    i hope you understand me.

    Schade das das so lange dauert – schon sind 3 Monate vergangen und unsere Fehler-Logdateien werden auch ordentlich zugemüllt. Sicherlich ist der Fehler unkritisch …

    Zeile 179: } elseif (sizeof($v) <= 0 && is_array($v)) {

    da ist wohl lediglich was vertauscht ? Sollte eher so aussehen :

    Zeile 179: } elseif ( is_array($v) && sizeof($v) <= 0 ) {

    oder lieg ich etwa falsch? Ich werde es erst einmal damit versuchen und das Update bereinigt ja dann den Fehler automatisch, irgendwann. ??

    P.S. wir nutzen PHP 7.2

Viewing 2 replies - 1 through 2 (of 2 total)