yay/pkg/text
Drumstickx 94cff87927
Fix ContinueTask user prompt for locales with uppercase yes (#1735)
* Fix ContinueTask user prompt for locales with uppercase yes

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.

* Addess linter issue

* Remove obsolete lowercase conversion
2022-03-31 14:19:43 +02:00
..
color.go chore(golangci): add new linters 2021-08-11 22:19:55 +02:00
convert.go chore(golangci): add new linters 2021-08-11 22:19:55 +02:00
errors.go chore(text): make input overflow its own error 2021-10-27 23:45:23 +02:00
input.go chore(text): make input overflow its own error 2021-10-27 23:45:23 +02:00
print.go chore(golangci): add new linters 2021-08-11 22:19:55 +02:00
text.go Fix ContinueTask user prompt for locales with uppercase yes (#1735) 2022-03-31 14:19:43 +02:00
text_test.go chore(golangci): add new linters 2021-08-11 22:19:55 +02:00
time.go chore(golangci): add new linters 2021-08-11 22:19:55 +02:00