• Hello,

    First, thanks for your work.

    I would like to report a translation issue, file ./wp-sitemap-page.php at line 1189.

    Instead of:
    ?$category_link_display?=?esc_html__(‘Category: ‘,?‘wp-sitemap-page’).$category_link;

    It should be:
    $category_link_display?=?sprintf(esc_html__(‘Category: %1$s’,?‘wp-sitemap-page’), $category_link);

    And tadaa, “Category” string is now translated again!

    Have a nice day’
    Louis

Viewing 1 replies (of 1 total)
  • I confirm. The word “category” is not tanslated in the site map.

    The word “category” should be translated by “categorie” as far as possible.

    The above code do not work.

    Thanks a lot for the help

    • This reply was modified 1 year, 9 months ago by zepolo.
Viewing 1 replies (of 1 total)
  • The topic ‘Translation issue’ is closed to new replies.