ember-form-master-2000 icon indicating copy to clipboard operation
ember-form-master-2000 copied to clipboard

Support for Internationalization

Open Emerson opened this issue 10 years ago • 1 comments

We need to figure out a way to handle multilingual labels and general internationalization

Emerson avatar Jan 20 '15 22:01 Emerson

I didn't see why this should be addressed by ember-formm-master-2000. E.g. ember-i18n and ember-form-master-2000 plays nicely together using this syntax:

{{#fm-form}}
  {{fm-field label=(t 'field.label') placeholder=(t 'field.placeholder')}}
  {{#fm-submit}}
    {{t 'form.submit'}}
  {{/fm-submit}}
{{/fm-form}}

Should be the same for other i18n addons.

jelhan avatar Nov 20 '15 16:11 jelhan