• Build a choices map suitable for select inputs, mapping each value to a localization key formed by prefixing it with locPrefix.

    Parameters

    • values: StrictObject<string>

      Object whose values are the choice keys.

    • locPrefix: string

      Localization-key prefix prepended (with a .) to each value.

    Returns StrictObject<string>

    An object mapping each value to "{locPrefix}.{value}".