Actions
Bug #21381
closedDescription of the bool option formatter shouldn't translate the values
Difficulty:
trivial
Triaged:
No
Pull request:
Team Backlog:
Description
Description of the bool option formatter now includes possible values in the translated string:
_("One of true/false, yes/no, 1/0.")
I've seen it translated into spanish. To prevent accidental translation to other languages, we should extract the values:
_("One of %s.") % ['true/false', 'yes/no', '1/0'].join(', ')
Updated by Oleh Fedorenko over 6 years ago
- Status changed from New to Assigned
- Assignee set to Oleh Fedorenko
- Triaged set to No
Updated by Oleh Fedorenko over 6 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/hammer-cli/pull/279 added
Updated by Oleh Fedorenko over 6 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset 0350ccbb89a35d06ba1c02ced894f39fbc9f4d98.
Updated by The Foreman Bot over 6 years ago
- Pull request https://github.com/theforeman/hammer-cli/pull/280 added
Updated by Martin Bacovsky over 6 years ago
- Pull request deleted (
https://github.com/theforeman/hammer-cli/pull/280)
Updated by Tomer Brisker over 6 years ago
- Fixed in Releases hammer-cli 0.14.0 added
Actions