Login screen Platform v.6.10.0 VS Platform v.6.10.1

After the upgrade to v.6.10.1 appear in the fields user and password

loginWindow.loginPlaceholder and loginWindow.passwordPlaceholder

my web-app.properties

cuba.web.loginDialogDefaultUser = <disabled>
cuba.web.loginDialogDefaultPassword = <disabled>

100
101

With v.6.10.1 I had to add in my messages.properties

loginWindow.loginPlaceholder = 
loginWindow.passwordPlaceholder = 

Is the right method?

Hi,

There are localized values for EN locale. I’d recommend that you set localized values Login / Password for those keys.

Also, please check that you do not copy EN messages.properties files from cuba to your project (com/haulmont/cuba package). That is why fallback to EN messages does not work.

1 Like

Ciao @MauroMerlini

I’ve not yet reviewed (and corrected) my Italian translations for CUBA 6.10.

I’ll do it in the coming days, along with 6.10 compatible versions of my free add-ons.

Paolo

1 Like

Ciao

I’ve submitted the PR to the official translation repo for 6.10, but it’s not merged yet. You can checkout my branch directly if you are in a hurry: https://github.com/pfurini/translations/tree/italian_6_10

In addition, I’m going to publish an “Italian translation” add-on very soon, to avoid the cumbersome process of adding the message files manually every time (and avoid issues like this one: #43 )

Paolo

2 Likes