After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 690016 - Spanish translation: word "si" not accepted as "sí"
Spanish translation: word "si" not accepted as "sí"
Status: RESOLVED FIXED
Product: jhbuild
Classification: Infrastructure
Component: general
unspecified
Other Linux
: Normal minor
: ---
Assigned To: Jhbuild maintainers
Jhbuild QA
Depends on:
Blocks:
 
 
Reported: 2012-12-10 23:31 UTC by Carlos Soriano
Modified: 2016-01-27 15:48 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Carlos Soriano 2012-12-10 23:31:17 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.
Comment 1 Craig Keogh 2012-12-11 00:35:30 UTC
Thank you for the bug report.

Notes to implementer:
This can be achieved using unicodedata.normalize('NFKD', unistr)
Comment 2 Frederic Peters 2016-01-27 15:48:10 UTC
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