• Resolved espacemusculation

    (@espacemusculation)


    To avoid having the same titles with page pagination, I added %page% in the category title. The problem is that it puts the word in English 2 of 4 while my site is in French. How can this be resolved? I use the loco plugin for translation but there is no translation for Ranks.
    It seems that Ranks uses English as the default language for languages. Is it possible to correct this ?

    Thanks for support

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter espacemusculation

    (@espacemusculation)

    Fixed

    class-advanced-variables.php

    return sprintf( $sep . ‘ ‘ . __( ‘Page %1$d of %2$d’, ‘rank-math’ ), $page, $max );

    return sprintf( $sep . ‘ ‘ . __( ‘Page %1$d sur %2$d’, ‘rank-math’ ), $page, $max );

    Plugin Author Rank Math SEO

    (@rankmath)

    Hello @espacemusculation

    Thank you for contacting the support and sorry for the issue you were facing.

    We are glad that you found the solution and we have forwarded the solution to our development team.

    We will see what we do to incorporate the fix in one of our upcoming updates.

    Appreciate the help.

    If there’s anything, please feel free to open a new support topic and we would be more than happy to assist.

    Thread Starter espacemusculation

    (@espacemusculation)

    😀

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

The topic ‘Translation’ is closed to new replies.