meteor-autoform-i18n
meteor-autoform-i18n copied to clipboard
Translate allowedValues
How can I translate allowedValues? for example:
maritalStatus: {
type: String,
allowedValues: ['Single', 'Married','Life Partner', 'Separated', 'Divorced', 'Widowed']
},