-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
Datepicker: removed arrow symbols from next and previous month hovertext in swedish #2050
Datepicker: removed arrow symbols from next and previous month hovertext in swedish #2050
Conversation
|
1 similar comment
|
Commit is made from work git account and PR is made with private git account. |
@adalid-1 can you amend your commit so that the commit author info matches an account with which you can sign a CLA? A CLA signature is a hard requirement for us to accept contributions. |
2baed25
to
cefc4dc
Compare
@mgol I rolled back the local branch and recomitted the change with correct author and did a forced push. I am not great with git so please be wary if you see something wierd. If so I can remake the pullrequest from scratch after the weekend. |
Afaics we have the following prefixes for
No, not really. And there is no consistency. Which is odd. Why would we have those in some languages only. Makes no sense to me. So either remove or at least using the same char. Looks like the majority is with one of those prefixes, but according to #2048 those chars could cause issues so removal might be the better option. I don't think its a good thing for a11y. What do you guys think? |
Yeah, I'd also opt into removing all of those prefixes/suffixes. @adalid-1 would you like to do it for all the locales? |
@mgol Sure thing! |
Removed arrow symbols for next/previous month in all languages Ref jquery#2048
A few languages turned up empty when removing arrow. Maybe that is ok? |
Removed in some languages i missed first time Ref jquery#2048
Do I need to do anything more here or can I just wait for someone to review and merge this? |
Hmm, I wonder if this is really behaving in the same way as 1.12.1 did. As Making the texts empty may be bad for accessibility, potentially worse than at least having an arrow (as long as it works, of course). Maybe we should leave the arrows - but fixed, inserted as Unicode, not HTML entities - in those languages that would otherwise have empty |
You are right it works in the older version. I was misstaken, I must have made some changes that did not come through when testing earlier. Now that i tested downloading the older version from here: |
Sounds reasonable. Anyway, a fix would be good.
We should definitely not have those texts empty. I'm ok with using the arrows but having a real text would be better. I could add a commit introducing those missing texts translated by Google Translate (and verified by another). @mgol What do you think? |
@fnagel If you could do that, that'd be great! We just won't be able to verify those easily and I had an impression you prefer to be more cautious here. Please let me know when you do it so that we can proceed with the rest of the changes. |
Follow-up to dfff5e7 Fixes jquerygh-2048 Closes jquerygh-2050
Follow-up to dfff5e7 Fixes jquerygh-2048 Closes jquerygh-2050
Fixes #2048