Translating the Word "Submit to Arabic" in comment section

Hello,

I would like to replace the word “Submit” in my post’s comment section https://tarekrabaa.com/issues/البرقية-المنقولة-303/

to be replaced by the word “ارسل” .

` case ‘submit’ :

            $translated_text = __( 'ارسل' );
            break;`

Can you please help in this issue?

It was working and suddenly it stops translating. All other translations are working normally

Thx

I solved it.

The word submit has changed to Submit.
the function.php is case sensitive.

Glad to hear you got it sorted, Tarek.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.