[Resolved] traducir GP Premium plugins

Home Forums Support [Resolved] traducir GP Premium plugins

Home Forums Support traducir GP Premium plugins

Viewing 5 posts - 16 through 20 (of 20 total)
  • Author
    Posts
  • #931691
    Tom
    Lead Developer
    Lead Developer
    #931697
    carlos

    Buenas Tom,

    Hice las traducciones de GP premium incluso las de wordpress y tampoco se cambia, ¿alguna otra opcion? 🙂

    saludo

    #932475
    Tom
    Lead Developer
    Lead Developer

    I just gave this a try and it’s working:

    add_filter( 'ngettext', function( $text ) {
        if ( '%d item' === $text ) {
            $text = '%d thing';
        }
    
        if ( '%d items' === $text ) {
            $text = '%d things';
        }
    
        return $text;
    } );

    Let me know 🙂

    #932479
    carlos

    Si!!!!!!!!! prefecto!!!!!!!!!!

    Ahora si Tom!!! muchas gracias por tu ayuda 😉

    Un saludo.

    #932495
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

Viewing 5 posts - 16 through 20 (of 20 total)
  • You must be logged in to reply to this topic.