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.
Questions related to using nuBuilder Forte.
Martin
Posts: 30 Joined: Fri Nov 09, 2018 5:42 pm
Unread post
by Martin » Tue Apr 07, 2020 8:33 pm
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
Unread post
by admin » Sun Apr 12, 2020 1:43 am
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
Unread post
by Martin » Tue Apr 14, 2020 5:17 pm
Tested and proven to work!