gcanti / tcomb-form

Forms library for react
https://gcanti.github.io/tcomb-form
MIT License
1.16k stars 136 forks source link

Add a required field to i18n #181

Closed gcanti closed 9 years ago

gcanti commented 9 years ago
t.form.Form.i18n = {
  optional: ' (optional)',
  required: ' (required)'
};