-
After updating to ember-cli 0.2.4, when I start an app I'm seeing watchman print out a bunch of warnings / errors before the app boots up:
```
version: 0.2.5
Livereload server on port 35729
Serving o…
jtsom updated
8 years ago
-
While lazy loading is possible today, it takes some implementing on the consumers part to get right. You can read more about the general implementation: https://github.com/yahoo/ember-intl/issues/18#…
-
-
Is there any way to avoid this requirement and format timestamps in seconds using ember-intl? Please consider this ticket as feature request if it's impossible yet, it's definitely not ok to change ba…
-
Hey
I am trying to restrict the ember localization copied files. Addin this lines into my environments file as described https://github.com/yahoo/ember-intl/wiki/Intl.js-Polyfill#cherry-pick-cldr-mod…
-
I've been working on developing addons recently, and came across what seems to be a bug.
Essentially, if `treeForAddon` in `index.js` is not defined (or commented/deleted), then the modules in the ad…
-
See: https://github.com/yahoo/ember-intl/blob/master/addon/models/translation.js#L49
Because it uses the native `hasOwnProperty`, this method has no way to actually check if an embedded key exists (f…
-
Hello guys.
I really like the library, I think is great, but I'm having a bad time trying to get a translation working. For example, I have the following:
In my template I'm using:
```
{{formatMe…
-
Getting `ReferenceError: Can't find variable: Intl` in acceptance tests when using a format helper:
`{{format-date (get attribute 'value')}}`
But the translation helper works without problems:
`{{t '…
-
How can I use it in acceptance tests? The setup from https://github.com/yahoo/ember-intl/wiki/Testing---Integration doesn't work as `this` scope is not scoped to component.