Welcome to the nuBuilder Forums!

Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.

add nuTranslate to nudata

Questions related to using nuBuilder Forte.
Post Reply
Martin
Posts: 30
Joined: Fri Nov 09, 2018 5:42 pm

add nuTranslate to nudata

Unread post 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");
admin
Site Admin
Posts: 2829
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 30 times

Re: add nuTranslate to nudata

Unread post 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
Martin
Posts: 30
Joined: Fri Nov 09, 2018 5:42 pm

Re: add nuTranslate to nudata

Unread post by Martin »

Tested and proven to work!
admin
Site Admin
Posts: 2829
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 30 times

Re: add nuTranslate to nudata

Unread post by admin »

Thanks!
Post Reply