Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#109 localization For The Login Dialog #119

Merged
merged 19 commits into from
Dec 16, 2021
Merged

#109 localization For The Login Dialog #119

merged 19 commits into from
Dec 16, 2021

Conversation

DominicWrege
Copy link
Contributor

localization for the Login Dialog
#109

saadnoor
saadnoor previously approved these changes Dec 15, 2021
Copy link
Contributor

@saadnoor saadnoor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, left some minor comments.

dialog!.getUsername().setLabel("Username")
dialog!.getUsername().setPlaceHolder("name@company.com")
dialog!.getUsername().setSuffix("user")
dialog!.getUsername().setLabel(I18n.getTranslation("Username"))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rename it as username, lets maintain consistency while naming.

@@ -0,0 +1,24 @@
#
#Tue Dec 14 17:43:53 CET 2021
Keep-mesigned-in=Keep me signed in
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

K should be in small letter

@saadnoor saadnoor changed the base branch from master to 101_hidden_menu December 16, 2021 15:04
@saadnoor saadnoor changed the base branch from 101_hidden_menu to master December 16, 2021 15:05
saadnoor
saadnoor previously approved these changes Dec 16, 2021
Copy link
Contributor

@saadnoor saadnoor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please merge it after fixing the commented issues.

dialog!.getRememberMe().addStyle("loginWidgetCheckBoxLabel")
dialog!.getRememberMe().addStyle("loginWidgetCheckBoxInputWrapper")
dialog!.getRememberMe().addStyle("loginWidgetCheckBoxControl")
rem content! =
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove this incomplete line

dialog!.getRememberMe().addStyle("loginWidgetCheckBoxControl")
rem content! =
content! = dialog!.getContent()
dialog!.setRememberMe(content!.addCheckBox(content!.getAvailableControlID(),0,0,0,0,I18n.getTranslation("keep-mesigned-in")))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix indentation

@saadnoor saadnoor merged commit 6a32524 into master Dec 16, 2021
@saadnoor saadnoor deleted the 109_localize branch December 16, 2021 15:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants