Some strings are NOT translatable
-
Hi, I was wondering where / why some strings are hardcoded, as in.. I have used loco translate to translate most of the strings , however, some of the frontpage booking form strings seem to be untranslatable, such as I’ve tried to translate with gettext, not even that one is applied
switch ( $translated_text ) {
case ‘First name’:
$translated_text = ‘Keresztnév’;
break;case 'Last name': $translated_text = 'Családnév'; break; case 'Phone': $translated_text = 'Telefonszám'; break; case 'Address': $translated_text ="Cím"; break; case 'Terms of Service': $translated_text="ÁSZF"; break; case 'I agree': $translated_text="Elfogadom"; break; }Any chance I can make those too, translatable ? Or should I just try another plugin ?
We need to translate all strings to Hungarian.
Thank you
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Some strings are NOT translatable’ is closed to new replies.