adridri
Forum Replies Created
-
Forum: Plugins
In reply to: [Loco Translate] Fatal error with PHP 8 and WooCommerceThank you Jean, i test and it’s OK!
@rollyourz you need to replace this file : /wp-content/languages/woocommerce/woocommerce-fr_FR.mo
See this page : https://woocommerce.com/document/traduction-et-localisation-de-woocommerce/#section-3 (in french)
Forum: Plugins
In reply to: [Loco Translate] Fatal error with PHP 8 and WooCommerceSame for me, variations work for years.
My admin is also in french.
I have other website with woocommerce and variations with french admin and i don’t have this problem.
Very strange.Forum: Plugins
In reply to: [Loco Translate] Fatal error with PHP 8 and WooCommerceI don’t think the problem is the theme. I use another theme and i have the bug. What is your admin language ?
Forum: Plugins
In reply to: [Loco Translate] Fatal error with PHP 8 and WooCommerceHello,
I have the same problem.
I know it’s not the best solution but if you replace_n( '%s item', '%s items', $variations_count, 'woocommerce' )with
"%s articles"The product page with variations work fine. (My admin is in french).
_n don’t return the good string. It must return the traduction “%s articles” but it return “% articles”.