We are using the Event Calendar in combination with Polylang. The default language of the website is Spanish and the second language is English. In English, everything works fine.
In Spanish, when you open the events page, everything is fine at first. However, when you change the view (e.g. to view per day) and then go back to view per month, there are warnings on top of the calendar for each week day:
Undefined array key “Monday” in?wp-includes/class-wp-locale.php?on line?301
We’ve already googled the issue but nothing came up. Can you help?
Thanks!
]]>I’d like to apply a locale settig to flatpickr plugin, but this is not configured.
How an I do to set the WordPress main language setting as flatPickr Locale ?
Thanks for your response !
Best Regards,
Romaric From Lyon, France
]]>I get this message – “Falang configuration problem: Your Site language (in Settings > General ) is not the same as the one set in Falang as default language. Falang will not work correctly if the two are set differently.”
The only difference between them is that the site is set to “English (UK)” while Falang is set to “en_GB”. Surely these are the same?
]]>function wp_noshor_redefine_locale($locale) {
if( is_admin() ):
switch_to_locale('en_US');
endif;
}
add_filter('init','wp_noshor_redefine_locale');
This works great for all plugins I have except for Matomo (https://d.pr/i/FNU8Mm). This one remains in Japanese and because of that we cannot use it. Is there a way to force it to display English?
]]>First of all, thank you for your great work.
I would like to know if there’s a possibility of making it compatible with Polylang, so that we are able to add different links to the same text depending on what language version of the website you’re browsing.
This may happen when two texts are the same accross languages.
Thanks in advance for your time
]]>Our site is in multiple languages and multiple currencies. When I test from different country IPs using VPN, it seems that the PayPal popup window is always in English and USD.
We wish to show the PayPal window in customer’s language and currency.
I noticed that the locale in the sandbox API request is always as below,
“locale”: “en-US”
even if the currency in the API request is JPY for example.
Is there a way to modify this “locale” based on the customer? Maybe with some hooks?
Thank you,
Mike
Open Graph meta tag for locale code is displaying the wrong value on my website.
My wordpress configuration has been set to “French from Belgium” but OG locale set by Yaost is still showing “fr_FR” instead of “fr_BE”.
–> og:locale content=”fr_FR” class=”yoast-seo-meta-tag”>
How can i fix this value ?
Thanks a lot for your help !!!
Greg
]]>