• Resolved pigsound

    (@pigsound)


    hi, nice plugin!
    i have a site that uses polylang to switch between german, french or english. in the settings of the consistency plugin i always see that the locale is set to de_AT, no matter if i am on a german/french/english page/post.
    another problem: the german settings for the apostrophes is greyed out – i cannot activate it. do you have an idea why?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Lo?c Antignac

    (@webaxones)

    Hello,
    Sorry I didn’t receive a notification for your message.
    Concerning Polylang, I hadn’t thought about this case but I’ll look this weekend because it would be interesting to be compatible.

    In the meantime you can disable the locale control by just adding this line of code in your functions.php file:

    add_filter( 'Consistency\only_show_locale_correction_rules', '__return_false' );

    The rules that are displayed depending on the locale are listed on the GitHub repository:

    https://github.com/webaxones/consistency/?tab=readme-ov-file#description

    Plugin Author Lo?c Antignac

    (@webaxones)

    I will program a compatibility with Polylang but it will take me a little time ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.