• I am using Invite Anyone on a french site and there are some problems with localization.

    by-email.php line 175:
    “by” should be translatable

    by-email.php line 181:
    “and” should be translatable

    by-email.php line 936:
    instead of:
    $thetime = date( "$format", $thetime );
    should be:
    $thetime = date_i18n( "$format", $thetime);

    Thanks if you can fix that.

    http://ww.wp.xz.cn/extend/plugins/invite-anyone/

The topic ‘[Plugin: Invite Anyone] i18n bug report’ is closed to new replies.