Aptitude prompts for unrecognized keys with French locale

Bug #12604 reported by Jeremie Knuesel
6
Affects Status Importance Assigned to Milestone
aptitude (Ubuntu)
Fix Released
Medium
Michael Vogt

Bug Description

This is http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=274953 . Aptitude asks
for "O/n" (stands for "Oui/non", ie "Yes/no" in French) but will only accept 'y'
or 'n' keys. This bug is marked fixed-in-experimental in Debian... maybe you can
patch the French translation if you don't ship hoary with the experimental
version...

Revision history for this message
Michael Vogt (mvo) wrote :

I just looked over the code in aptitude experiment and it looks like it will
still prompt for "y/n" in the commandline part of aptitude. It looks like the
"fixed in experimental" means that only the fr.po file is updated?

Revision history for this message
Jeremie Knuesel (elendur) wrote :

That's right (it seems Daniel Burrows intends to use the "yes_key" string in a
later version). Here's the relevant patch:

diff -u aptitude-0.2.15.8-orig/po/fr.po aptitude-0.2.15.8/po/fr.po
--- aptitude-0.2.15.8-orig/po/fr.po 2005-02-07 14:06:09.640901960 +0100
+++ aptitude-0.2.15.8/po/fr.po 2005-02-07 14:06:22.342970952 +0100
@@ -582,7 +582,7 @@
 #: src/cmdline/cmdline_prompt.cc:665
 #, c-format
 msgid "Do you want to continue? [Y/n/?] "
-msgstr "Voulez-vous continuer ? [O/n/?] "
+msgstr "Voulez-vous continuer ? [Y/n/?] "

 #: src/cmdline/cmdline_prompt.cc:690
 #, c-format

Revision history for this message
Michael Vogt (mvo) wrote :

Fixed with the upload of 0.2.15.8-1ubuntu11.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.