@stephlabarraque
Hey! Thanks for the translation!
Have you found where/how to translate the “Welcome”
when using the FEP TEXT WIDGET ?
Welcome admin
Vous avez 0 nouveau(x) message(s) et 0 nouvelle(s) annonce(s)
Kind Regards,
It’s in the fep-widgets.php line 110
Cool. Thanks.
Then it is a missing string in the core .pot file.
Maybe the author will make it translatable in a next plugin update…?
Kind Regards,
If interested:
I modified the translation files and fep-widgets.php
From:
echo "Welcome ". fep_get_userdata( $user_ID, 'display_name', 'id' ). '<br />';
to:
echo __('Welcome ', 'fep'). fep_get_userdata( $user_ID, 'display_name', 'id' ). '<br />';
https://www.dropbox.com/s/j8oxve65b9k32kb/fep.zip?dl=0
In this archive:
- fep.pot
- fep-fr_FR.mo
- fep-fr_FR.po
- fep-widgets.php
Download:
Cheers
I have also found some translation problem of some string (for singular/plural) and two small bugs in widget.
Next version it will be corrected.