-
I'm trying to build a localization-aware number field as a component. Within the component I would like to format a number according to the current culture. Something like this:
```
export default Em…
Bouke updated
9 years ago
-
### Incomplete
- [ ] Reverse the argument behavior of format-message
- [ ] `{{format-message 'path.to.foo.bar'}}`
- [ ] `{{format-message (icu '{{population, number, integer} as of {census_date, d…
-
``` es6
ember-intl-tel-input/addon/components/intl-tel-input.js: var notifyPropertyChange = this.notifyPropertyChange.bind(this, 'value');
```
`Function.prototype.bind` is not defined in Phantom J…
-
Hi, I tried to add [formatjs](http://formatjs.io/) in an Ember app but it uses `options.data.intl` to store i18n messages (cf. http://formatjs.io/handlebars/#formatMessage) and providing a such object…
-
While doing a test with the library in a project, no matter what helper I use I always get the "env is not defined" message in the console and the app doesn't render at all.
The only things I've done…
-
-
With Glimmer in Ember Canary, helpers no longer have access to `env` and so you can no longer get the `container`.
This breaks the `intl-get` helper as it uses the container to lookup the locale etc……
-
on ember-intl 2.0.0-beta.3 with ember cli 0.2.7
```
Cannot read property 'rebuild' of undefined
TypeError: Cannot read property 'rebuild' of undefined
at Builder.wrapIfNecessary (/Users/joshuaco…
-
I have 2 locales `it` and `en-us` and both of them contains the following row:
```
currency: "{value, number, EUR}"
```
with the EUR format in my format.js:
```
number: {
EUR: {
style: 'curr…
-
Using Ember-CLI 0.2.6
Just installed and followed the tutorial for adding messages and locale.
`app.js` file is editied as suggested
```
import Ember from 'ember';
import Resolver from 'ember/resol…