ember-validated-form icon indicating copy to clipboard operation
ember-validated-form copied to clipboard

v1 version does not honor previous locale setting of ember-intl

Open MichalBryxi opened this issue 5 years ago • 0 comments

Say I have following in my route:

this.intl.setLocale(['cs']);

Which works for every part of my app. Unfortunatelly with ember-validated-form this setting is not honored in the label of a submit button.

MichalBryxi avatar Dec 18 '19 18:12 MichalBryxi