theme editor problem/issue

Posted in: Newspaper
Post count: 3

Hello everybody ! I’m french and new in this community !

I’m trying to get ready my newspaper theme on my website.
I have to translate some sentences in french like the comments form… so I went to the theme editor in wordpress to change english sentences to french sentences in comments.php file. I give you an example :

$defaults[‘comment_notes_before’] = ”;
$defaults[‘comment_notes_after’] = ”;
$defaults[‘title_reply’] = esc_html__(‘LAISSER UN COMMENTAIRE’, ‘newspaper’);
$defaults[‘label_submit’] = esc_html__(‘Poster le commentaire’, ‘newspaper’);
$defaults[‘cancel_reply_link’] = esc_html__(‘Annuler la réponse’, ‘newspaper’);

I translated every esc_html__ in french, but when I save my changes, there isn’t my translation on my website 🙁

Pleaseee 😀
Thx

Post count: 3
Post count: 18283

Hello !

You can translate words and phrases by going into Theme Panel – Translations: https://www.screencast.com/t/a1ZnNfBv2Jv There is no need of code editing.

Thank you !

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.