Archived topic
traducir GP Premium plugins
19 replies · Started by carlos on June 14, 2019
Hmm, perhaps updating the language file is the best way forward?: https://translate.generatepress.com/glotpress/projects/gp-premium
https://docs.generatepress.com/article/uploading-translations/
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 :)