Feng Forum

Support => Older versions => : lukacsp July 01, 2009, 12:26:01 PM

: Uncoded translation in application\helpers\application.php and another one :)
: lukacsp July 01, 2009, 12:26:01 PM
Hi,

I found a missing translation in application\helpers\application.php in line 1192: 

html += \' before. \';

should be:

html += \' \' + lang("before") + \'. \';

(i prefer spaces next to selects)

I found another missing translation (or two) in the linked objects dialog, but i cant find it. I attached a picture with that.

Please update the upcoming release, thanks,

Bye!


: Re: Uncoded translation in application\helpers\application.php and another one :)
: alvarotm01 July 08, 2009, 04:48:04 PM
Hi,

the "before" word issue will be fixed in next release.
The words "Page" and "of" in the bottom toolbar are not inserted in the same way as the rest of the text, these words are part of Ext code, so i cannot ensure that modification will be available for next release.

regards