Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

Nubuilder 4.5

Questions related to using nuBuilder Forte.
miasoft
Posts: 156
Joined: Wed Dec 23, 2020 12:28 pm
Location: Russia, Volgograd
Has thanked: 32 times
Been thanked: 7 times
Contact:

Re: Nubuilder 4.5

Unread post by miasoft »

I noticed that the function showLoggedInUser() does not work now.
I have errors in src code
11.01_1.png
You do not have the required permissions to view the files attached to this post.
Wbr, miasoft.
kev1n
nuBuilder Team
Posts: 4307
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 71 times
Been thanked: 447 times
Contact:

Re: Nubuilder 4.5

Unread post by kev1n »

Set this to true in nuconfig.php:

Code: Select all

nuUXOptions['nuShowNuBuilderLink']	= true;	
You do not have the required permissions to view the files attached to this post.
KEE
Posts: 14
Joined: Sat Feb 24, 2018 1:17 pm
Been thanked: 2 times

Re: Nubuilder 4.5

Unread post by KEE »

apmuthu wrote:There is a Russian language string translation required for the English string "Font Weight". The current v4.5 sql has the following:
Насыщенность шрифта
Размер шрифта

Many translation engines come up with:
Вес шрифта

Any native Russians, please contribute the preferred translation.
It's better to translate as "Насыщенность шрифта".
( Насыщенность шрифта (Weight):
Сверхсветлый - Ultra Light, Extra Light, Thin
Светлый - Light
Нормальный - Book, Regular
Полужирный - Medium, Demi Bold, Semibold
Жирный - Bold, Heavy
Сверхжирный - Extra Bold, Black, Ultra Bold )

Размер шрифта = Font Size.
apmuthu
Posts: 249
Joined: Sun Dec 06, 2020 6:50 am
Location: Chennai, India, Singapore

Re: Nubuilder 4.5

Unread post by apmuthu »

@kev1n: Currently, in Russian.sql, we have chosen:
Font Weight => Вес шрифта

Should we not change it to Насыщенность шрифта as suggested by @KEE ?

I have committed it to my v4 updated repo.
Post Reply