-
Notifications
You must be signed in to change notification settings - Fork 104
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
Sign_in form fix #40
base: master
Are you sure you want to change the base?
Sign_in form fix #40
Conversation
…or 'Remember Me' Fixes sf-wdi-25#7
That might work, but we support several different languages in publify. We need to continue to support them. Please use the translations. |
I think we already have strings in the locales. |
… translations added
Fixes #7 There is not a field for For the sake of consistency across languages, I opted for the path |
Are there .yml file changes that you forgot to push? |
I'm about 99% sure I didn't change any .yml files. I just searched through them to find translations that corresponded to "Login" and "Password", then compared them with a few other languages to get a handle of whether they were being used consistently. Since they were, I didn't see the need to add new fields, or modify any of them as I was concerned that this could break the consistency. |
Nice work! I'd say we're two-thirds of the way there, and as far as we're going to get in this simulation without additional translations. You've uncovered two existing translations, and made a good argument for where the third one should go. As your code stops unsighly raw-html from displaying in the form, I am willing to merge this code -- but we'll need to follow up and create a new PR for "remember me" to be translated into other languages. |
Fixes #7
Changed the placeholder values to be strings, No need for clownhats for 'Remember Me'