Page 1 of 1

add nuTranslate to nudata

Posted: Tue Apr 07, 2020 8:33 pm
by Martin
Hi,

Can we have these lines modified so we can add translations for them? Thank you.

nudata.php, line 56

Code: Select all

nuDisplayError("$label ".nuTranslate('on row'). " " .$noz. " " . nuTranslate('cannot be left blank') . " $slabel");
nudata.php, line 70

Code: Select all

nuDisplayError("$label " . nuTranslate('has a duplicate'));
nudata.php, line 72

Code: Select all

nuDisplayError("$label ".nuTranslate('on row'). " " .$noz. " ". nuTranslate('has a duplicate') . " $slabel");

Re: add nuTranslate to nudata

Posted: Sun Apr 12, 2020 1:43 am
by admin
Martin,

The phrases 'on row' and 'has a duplicate' will now be translated if there is a translation alternative.

That is done in the latest download.

Thanks for your help (Please test it.)

Steven

Re: add nuTranslate to nudata

Posted: Tue Apr 14, 2020 5:17 pm
by Martin
Tested and proven to work!

Re: add nuTranslate to nudata

Posted: Wed Apr 15, 2020 12:43 am
by admin
Thanks!