Welcome to the nuBuilder Forums!
Register and log in to access exclusive forums 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 »
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: 2822
- Joined: Mon Jun 15, 2009 2:23 am
- Been thanked: 29 times
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
Unread post
by Martin »
Tested and proven to work!