Site logo

Archived topic

traducir GP Premium plugins

19 replies · Started by carlos on June 14, 2019

Viewing posts 16–20 of 20

Buenas Tom,

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

saludo

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 :)

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

Ahora si Tom!!! muchas gracias por tu ayuda ;)

Un saludo.

You're welcome :)

This archived topic is closed to new replies.