Thank you for taking the time to report this bug and helping to make Ubuntu better. The relevant code:
``` class CLIUserInterface(apport.ui.UserInterface): def ui_question_yesno(self, text: str) -> bool | None: """Show a yes/no question. Return True if the user selected "Yes", False if selected "No" or "None" on cancel/dialog closing. """ dialog = CLIDialog(text, None) r_yes = dialog.addbutton("&Yes") r_no = dialog.addbutton("&No") r_cancel = dialog.addbutton(_("&Cancel")) ``` Yes and no should be translated as well and different characters should be used. ** Also affects: apport Importance: Undecided Status: New ** Summary changed: - unusable italian options + unusable italian options (yes and no not translated) ** Changed in: apport (Ubuntu) Importance: Undecided => Medium ** Changed in: apport (Ubuntu) Status: New => Triaged ** Changed in: apport Importance: Undecided => Medium ** Changed in: apport Status: New => Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2084650 Title: unusable italian options (yes and no not translated) To manage notifications about this bug go to: https://bugs.launchpad.net/apport/+bug/2084650/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs