-
Notifications
You must be signed in to change notification settings - Fork 132
Open
Labels
Priority: LOWRFERequest For Enhancement (as opposed to a bug)Request For Enhancement (as opposed to a bug)TriagedSomeone on the DNF 5 team has read the issue and determined the next steps to takeSomeone on the DNF 5 team has read the issue and determined the next steps to takedownstreamAlso reported in Jira or BugzillaAlso reported in Jira or Bugzilla
Description
dnf5/include/libdnf5-cli/utils/userconfirm.hpp
Lines 43 to 45 in 708604c
| msg = "Is this ok [Y/n]: "; | |
| } else { | |
| msg = "Is this ok [y/N]: "; |
The strings cannot be translated even if I use the _() macro.
The cmake --build build --target gettext-potfiles command seems to ignore them.
The same with "n", "N", "y" or "Y"
userconfirm() function is used by dnf5, dnf5daemon-client and copr plugin
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Priority: LOWRFERequest For Enhancement (as opposed to a bug)Request For Enhancement (as opposed to a bug)TriagedSomeone on the DNF 5 team has read the issue and determined the next steps to takeSomeone on the DNF 5 team has read the issue and determined the next steps to takedownstreamAlso reported in Jira or BugzillaAlso reported in Jira or Bugzilla
Type
Projects
Status
Backlog