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

Fix ContinueTask user prompt for locales with uppercase yes #1735

Merged
merged 3 commits into from
Mar 31, 2022

Conversation

Drumstickx
Copy link
Contributor

@Drumstickx Drumstickx commented Mar 27, 2022

This pull request fixes the issue outlined in #1667. May also fix #1717

The yes/y strings have to be converted to lowercase to enable matching of
the user input converted to lowercase. Otherwise, locales with uppercase
yes/y strings (e.g., German: `Ja/J`) will never match.
@Drumstickx Drumstickx requested a review from Jguer as a code owner March 27, 2022 12:10
@Drumstickx
Copy link
Contributor Author

Also fixes #1737

@Jguer
Copy link
Owner

Jguer commented Mar 29, 2022

well spotted, that seems to be the issue indeed, thanks, I'll probably make a release soon, just unsure between making a patch only for this or a major including the new sort algorithm

pkg/text/text.go Outdated Show resolved Hide resolved
@DrKittens DrKittens mentioned this pull request Mar 30, 2022
@Jguer Jguer merged commit 94cff87 into Jguer:next Mar 31, 2022
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.

Answering any Question isnt possible anymore -> everytime abort
2 participants