-
I want to unit test some components, but in all of them I get `undefined is not a function (evaluating 'ember_intl.registerIntl(container)')` when running tests. I followed the guides for unit testing…
-
It's complicating the design to support both Handlebars/HTMLBars. Since the features for ember-intl 1 is more or less complete, now is a good time to deprecate 1.9.
-
Ember 1.10.0, ember-intl 1.1.1
Console output
```
$E.intl.get('messages.phone')
undefined
$E.intl.get
ember.debug.js:32014 function (keyName) {
return get(this, keyName);
}
```
The ab…
-
I just saw this comment by @caridy: https://github.com/yahoo/react-intl/issues/76#issuecomment-73143477 and it spurred a thought that Ember Intl could simply iterate over the `locales` array to find t…
ericf updated
9 years ago
-
At the moment I'm unable to write unit tests for components that use of the `format-message` and `intl-get` helpers in the component template.
Initially, this is what I've tried when just setting the…
-
I have a custom component that I'm trying to assign resource key properties to, but the intl-get helper never works with them.
For example, my component (form-group) is used like this:
``` javascrip…
jpaas updated
9 years ago
-
There is an example with boundProperty is the readme for formatMessage but I've been unable to get it to work. Currently have a desire to change text within a couple buttons / headings. I could do it …
-
My current project is using AMD w/ Ember. Thus during dev, we have no build step. Without the ability to load the CLDR data on-demand, I am unable to implement `ember-intl`.
Apart from my specific is…
-
The following API should be supported.
`this.intl.addMessage('en', 'greeting', 'hello');`
`this.intl.addMessage('fr-FR', 'greeting', 'bonjour');`
Push multiple messages. Note: this should do a merg…
-
Back fill it to 1.0.0