-
I would like to do something like this:
```
{{t "traffic.calls" tagName="th" class="myclass" }}
```
How can I do this with ember-i18n? Is it at all possible?
-
I'm trying to put a I18n string inside a title attribute:
- 1st try: i get the i18n string, however it's outside the tag, there is no "title" attribute:
``` handlebars
{{#link-to 'index' class='pull…
-
I'm trying to upgrade my project from ember-i18n 1.6.3 to the latest 2.2.2 release. One thing I realised was that localising the `prompt` attribute of an `Ember.Select` view no longer seems to work (o…
-
I'm struggling with using translation of Ember.Select options. Would it be possible to come up with some example code or more documentation? Is this the best place to kindly ask for that?
-
_**Edit** (April 2014): Updated by @paulirish & @sheerun_
Package unregistering will be available via `bower unregister ` soon, but for now, you can unregister packages yourself using `curl`, if the …
-
Hi there,
First of all, thanks for your awesome plugin, this is really helpful for our project.
We'd like to use poEdit to manage our translations, like we do in our other projects. What we miss act…
-
I'm opening this as an issue so we can openly discuss how Ember-I18n will work in the future. As pointed out in https://github.com/jamesarosen/ember-i18n/issues/34, this project has a 1.x branch to su…
-
It's awesome that we have a new handlebars-less compiler to use with i18n. However, it was harder than I would have hoped to set the appropriate environment variable to enable it.
According to the RE…
-
Could you publish the latest to npm? The latest there is out of date: `1.3.2`. https://www.npmjs.org/package/ember-i18n
Thanks for the great library!
shama updated
10 years ago
-
I'm running into a problem using brunch to resolve ember-i18n from bower. I created a [sample repo](https://github.com/blimmer/brunch-ember-i18n-failure) from the dead-simple skeleton and easily repro…