-
starting @ verison 1.13 recompute the locale at runtime stops working to fix please add:
```
onIntlLocaleChanged: Ember.observer('intl.locale', function() {
this.recompute();
}),
```
to ember-intl…
ghost updated
9 years ago
-
I'm revisiting the 1.13.x series after the early versions seemed to be difficult to upgrade. I've gone through the `ember init` process with Ember-CLI and tested each package upgrade one at a time to…
-
Setup demo app and add to package.json
``` json
"ember-addon": {
"configPath": "tests/dummy/config",
"demoURL": "http://ember-intl.io"
}
```
-
this was previously working before upgrading to beta, is there a new way to do it?
ember-intl 2.0.0-beta.3, ember cli 0.2.7, ember 1.13.2
```
intl: Ember.inject.service(),
return intl.getTr…
-
Currently getting `Uncaught Error: Could not find module 'ember-new-computed' imported from 'ember-intl/services/intl'` in a dummy-app (https://github.com/al3x-edge/ember-intl-beta1-dummy-app).
-
Is there an easy way to change the language?
-
I am not able to succesfully create an acceptance test for a project using:
- ember-cli 0.2.7
- ember 1.13
- ember-intl 2.0.0-beta.5
the most basic auto generated tests gives me:
```
TypeError: 'un…
-
Howdy, just saw your extension show up on EmberAddons. I'm starting to notice a huge selection of i18n extensions ;-)
Is there any chance you might be able to collaborate with the other extensions t…
-
Hi,
I use Ember-CLI 0.2.1 and Ember 1.13.0-Canary.
I need the translation in a Controller.
How can I translate my strings with parameters?
I have read this:
https://github.com/yahoo/ember-intl/issu…
svox1 updated
9 years ago
-
`{{format-number num}}` will become ``
The reasoning is to align with angle bracket components which are in the process of landing.
> Ember 2.1 will (likely) ship with angle-bracket components, whic…