yay
yay copied to clipboard
"Try to build anyways" for unsupported architecture doesn't work correctly for the German Locale
When trying to install a package that isn't supported by the current architecture, yay will ask you whether you want to try building it anyways with a (Y/N)-prompt. In the English version, this is no problem. If you press Y, then Return, it will try to build the package.
In the German locale, however, it asks you to press either J (for "Ja"=Yes) to continue or N (for "Nein"=No) to abort, but if you then proceed to press J and Return, it'll still exit and print "Abbruch durch den Benutzer" (Aborted by user). Surprisingly, pressing "Y" will not make it continue either. It only continues the building process if you just press return without a letter.