Build a choices map suitable for select inputs, mapping each value to a localization key formed by prefixing it with locPrefix.
locPrefix
Object whose values are the choice keys.
Localization-key prefix prepended (with a .) to each value.
.
An object mapping each value to "{locPrefix}.{value}".
"{locPrefix}.{value}"
Build a choices map suitable for select inputs, mapping each value to a localization key formed by prefixing it with
locPrefix.