GNOME Bugzilla – Bug 690016
Spanish translation: word "si" not accepted as "sí"
Last modified: 2016-01-27 15:48:10 UTC
When some module fail compilating, in Spanish is displayed "Escribe "sí" para continuar"(type "yes" to continue) to continue with the option chosen. The problem is that you have to type "sí", but it is very common to write "si", although it is grammatically incorrect in this context. I spent 5 minute writing "si" instead of "sí" and jhbuild seemed not working. Yes it sounds very stupid, but I'm sure it happens to more people than me. So it will be cool if jhbuild can accept "si" also.
Thank you for the bug report. Notes to implementer: This can be achieved using unicodedata.normalize('NFKD', unistr)
commit 21b4c85a78aeb354cad781ff7d0372c4ae12d14a Author: Frédéric Péters <fpeters@0d.be> Date: Wed Jan 27 16:45:56 2016 +0100 misc: allow unaccented characters when approving for wipe https://bugzilla.gnome.org/show_bug.cgi?id=690016