Closed HarikalarKutusu closed 3 years ago
Indeed, the code block in https://github.com/common-voice/sentence-collector/blob/main/web/src/components/review-form.tsx#L111-L123 should first convert it to lowercase and then do these checks. Nice find!
:tada: This issue has been resolved in version 2.12.0 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
I think it is in web/src/components/review-form.tsx... It only handles lowercase letters. I hit this while reviewing with caps-lock on. Maybe it is a good idea to lowercase it before checks...