Tagged: child theme, masonry filter, wpml
Hi,
Thanks to your documentation I was able to change the word ALL in my masonry filter to TOTS ELS PROJECTES, because the main language is Catalan.
I did the child theme to avoid future update issues.
The web is in three languages and I use the WPML plugin. The problem is that this TOTS ELS PROJECTES string does not translate me into the other two languages with this change. If I leave the word ALL then I translate them.
How could I solve this?
Thank you
Hey davlash,
This line:
$first_item_name = "NEW ALL TEXT ";
has to be like this to be translatable:
$first_item_name = __( 'NEW ALL TEXT', 'avia_framework' );
Then it will appear in the WPML when you rescan for translation.
Best regards,
Victoria
Perfect, thanks
Hi,
Did you need additional help with this topic or shall we close?
Best regards,
Jordan Shannon