From: Krzysztof B. <kb...@un...> - 2018-02-11 21:06:46
|
Hi, First of all big thanks for this - needless to say - huge contribution, it is very welcomed! I'll merge it into main development branch and will be released in the next (2.5.0) feature version. Regarding your doubts: W dniu 09.02.2018 o 16:50, D Baum pisze: > Note that there are two files the Polish translation that contain > variables not present in the English one. I didn't quite know what to do > with those... > > web-common/src/main/resources/messages/webui/messages.properties > missing > RegistrationRequestEditorDialog.submitAndAccept > RegistrationRequest.requestedIdentity > RegistrationRequest.requestId > RegistrationRequest.status > RegistrationRequest.submitTime > RequestsComponent.caption With one exception those messages are only used in Admin UI, and were moved there. PL versions were left behind, what of course was not a big problem, but I'll remove them to eliminate the confusion. > web-admin/src/main/resources/messages/webhome/messages.properties > missing > IdentityDetails.identityLocal > IdentityDetails.identityLocalConfirmed > IdentityDetails.identityLocalNotConfirmed > IdentityDetails.identityLocalNotConfirmedWithRequest > IdentityDetails.identityRemote Those were some legacy ones, not used anymore. I'll remove them too. Thank you again! Krzysztof PS - fix for your SAML bug is just being released in 2.4.1. |