Page 2 of 2

Re: Nubuilder 4.5

Posted: Mon Jan 11, 2021 4:33 pm
by miasoft
I noticed that the function showLoggedInUser() does not work now.
I have errors in src code
11.01_1.png

Re: Nubuilder 4.5

Posted: Mon Jan 11, 2021 5:12 pm
by kev1n
Set this to true in nuconfig.php:

Code: Select all

nuUXOptions['nuShowNuBuilderLink']	= true;	

Re: Nubuilder 4.5

Posted: Mon Jan 11, 2021 5:55 pm
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.

Re: Nubuilder 4.5

Posted: Sun Feb 07, 2021 9:33 pm
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.