• net

    (@krstarica)


    Some phrases are not translated in the report, i.e. they are always displayed in English.

    To fix, in includes/class-zp-birth-report.php:

    $planet['label']
    should be changed to:
    __($planet['label'], 'zodiacpress' )

    $asp['label']
    should be changed to:
    __($asp['label'], 'zodiacpress' )

    $p_1['label']
    should be changed to:
    __($p_1['label'], 'zodiacpress' )

    $p_2['label']
    should be changed to:
    __($p_2['label'], 'zodiacpress' )

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Some phrases not translated in the report’ is closed to new replies.