• Words “Published” are “In” are not translated.
    the bug is in “views\post\header.php”
    in line 58 replace 'network-posts-extended' in 2 places with 'netsposts'

Viewing 6 replies - 1 through 6 (of 6 total)
  • ???? ???? ????
    ????? ???? ??? ?????:

    $html .= ‘<span>’ . __( ‘Published’, ‘network-posts-extended’ ) . ‘</span><span>’ . ‘ ‘ . $date_post . ” . ‘</span>’ . ‘ ‘ . ‘<span>’ . __( ‘in’, ‘network-posts-extended’ ) . ‘</span>’

    ????? ??? ???????:

    $html .= ‘<span>’ . __( ‘Published’, ‘netsposts’ ) . ‘</span><span>’ . ‘ ‘ . $date_post . ” . ‘</span>’ . ‘ ‘ . ‘<span>’ . __( ‘in’, ‘netsposts’ ) . ‘</span>’

    Plugin Author johnzenausa

    (@johnzenausa)

    Okay thanks

    Plugin Author johnzenausa

    (@johnzenausa)

    The plugin doesn’t support the language but if you send us your translation in en-Us format we can make it work.

    With the code can you please include those words translations.

    • This reply was modified 5 years, 3 months ago by johnzenausa.
    Plugin Author johnzenausa

    (@johnzenausa)

    @al3ilm

    Thank You Thank You Thank You ??

    Plugin Author johnzenausa

    (@johnzenausa)

    Try the latest update and see if that fixes it.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Fixing “Published” and “In” are not translated’ is closed to new replies.