On 9/17/20 2:43 AM, Pino Toscano wrote: > This patch series remove some more of the i18n issues, mostly > untranslatable strings, and string puzzles. > > Pino Toscano (9): > i18n: fix string puzzle in volume creation dialog > i18n: improve title of connection dialog > i18n: fix string puzzles in virt-xml hotplug/hotunplug/update > cli: add fail helper for 2 conflicting cli options > virtinst: use fail_conflicting > i18n: translate UI messages > i18n: use plural forms where needed > i18n: use a single string for error message > i18n: fix string puzzles in capabilities lookup error msgs > > tests/test_cli.py | 4 ++-- > ui/createvol.ui | 45 ++++-------------------------------- > virtManager/createvol.py | 9 ++++---- > virtManager/host.py | 5 ++-- > virtManager/virtmanager.py | 5 ++-- > virtinst/capabilities.py | 46 ++++++++++++++++++++++--------------- > virtinst/cli.py | 10 ++++++++ > virtinst/virtinstall.py | 11 +++++---- > virtinst/virtxml.py | 47 +++++++++++++++++++++++--------------- > 9 files changed, 90 insertions(+), 92 deletions(-) > Pushed with the mentioned changes, plus a follow up patch to get virtinst/capabilities.py coverage back to 100%. Thanks! - Cole