Closed
Description
Version
python v4.4
Describe the bug
ChoiceFactory.inline()
is broken, in that it does not use the passed inoptions
parameter, and only usesopt
, the hard-coded "or" separators- this in turn means that English is the only locale that prompts are able to use
- also, due to Prompt styling always sticks to ListStyle.in_line, even when specifying a different style #240, we can't move away from inline styling, therefore we can't move away from
en-us
locale
Expected behavior
To use the locale specified, and not only stick to en-us
Metadata
Metadata
Assignees
Labels
No labels