Why is everything in WooCommerce displayed in English?
-
It is clear that I am not doing things correctly, or I have forgotten some detail
, I’m using Flatsome, the child theme to be exact (faltsome-child).
I have used this theme on another occasion and had no problems, everything worked perfectly and without the need to use Loco Translate or any other plugin.
WooCommerce was always displayed in Spanish
However now WooCommerce is displayed in English, and my site is set to Spanish
I duplicated the flatsome.po file and moved it to the child theme languages folder (themes/flatsome-child/languages)
Now the text strings appear to be translated from flatsome.I’m looking for information on the Loco Translate site, but I can’t find anything.
Why am I not seeing WooCommerce translated when it is translated and everything is translated in the parent theme?
Do you know where to find more detailed documentation?
I keep looking for solutions.
This is the signature where I mark the path of my child theme in function.phpdefine( 'CMDM_THEME_FOLDER', get_stylesheet_directory() ); /* Traducciones========================= ================================================== = */ función cmdm_child_theme_setup(){load_child_theme_textdomain( 'flatsome-child', CMDM_THEME_FOLDER . '/languages' );}add_action( 'after_setup_theme', 'cmdm_child_theme_setup' );
- You must be logged in to reply to this topic.