Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1159818

    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

    #1159949

    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

    #1160300

    Perfect, thanks

    #1160529

    Hi,

    Did you need additional help with this topic or shall we close?

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.