FS#54539 - [e2fsprogs] mkfs.ext4 asks for (y,N) but only accepts the local locale

Attached to Project: Arch Linux
Opened by Hawky (p90) - Thursday, 22 June 2017, 10:59 GMT
Last edited by Christian Hesse (eworm) - Thursday, 22 June 2017, 19:31 GMT
Task Type Bug Report
Category Upstream Bugs
Status Closed
Assigned To Ronald van Haren (pressh)
Christian Hesse (eworm)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

mkfs.ext4 asks for the wrong response so users are confused as they press the wrong key to proceed.

Steps to reproduce:
[user@localhost dev]$ sudo mkfs.ext4 /dev/mmcblk0p1
mke2fs 1.43.4 (31-Jan-2017)
/dev/mmcblk0p1 hat ein vfat-Dateisystem
Proceed anyway? (y,N) y
->mkfs will abort as y as read just like N

[user@localhost dev]$ sudo mkfs.ext4 /dev/mmcblk0p1
mke2fs 1.43.4 (31-Jan-2017)
/dev/mmcblk0p1 hat ein vfat-Dateisystem
Proceed anyway? (y,N) J -> for German locale
Geräteblöcke werden verworfen: erledigt


This task depends upon

Closed by  Christian Hesse (eworm)
Thursday, 22 June 2017, 19:31 GMT
Reason for closing:  Upstream
Additional comments about closing:  Please fix upstream.
Comment by Christian Hesse (eworm) - Thursday, 22 June 2017, 19:30 GMT
That is because the translation has the fuzzy flag set:
https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git/tree/po/de.po#n7107

Feel free to fix the upstream translations.

Loading...