I just need to know the file name. I tried woocommerce-product-faqs-pt_PT.po and woocommerce-product-faqs-pt_PT.mo but it doesn’t work 🙁
No news on language support?
The new version 3.0.2 states “Full support for translation, including use of sprintf to wrap complete strings instead of concacentation” but i can’t use translations!
Can someone help?
I’ve tried to translate using Loco translate, Poedit, nothing happens.
I see there are some differences in text domains declared and text domains used in the template files (woocommerce-product-faqs vs woocommerce-faqs). I can imagine trouble starts there. But somehow I can’t manage to fix it.
Would be great if translations are possible in the new version.
Me too, even using Loco translate don’t work. The plugin seems right what i need, but i’m stuck on english language 🙁
Seems I have found the issue;
The plugin was using the textdomain ‘woocommerce-faqs’, but it is installed on ‘woocommerce-plugin-faqs!. Changing all references from ‘woocommerce-faqs’ to ‘woocommerce-plugin-faqs’ worked for me.
To plugin author: if you want me to send the modified code, just let me know. Thanks for your great job!!