-
Would be nice to override the {{t...}} helper syntax with for example {{_ ...}}.
Then this project could be used in conjunction with:
https://github.com/jamesarosen/ember-i18n
-
Hello! I am unable to get bundler to install the latest version of emblem-rails and its kin. My Gemfile is as follows:
``` ruby
source 'https://rubygems.org'
gem 'rails', '~> 4.0.0'
gem 'mysql2', p…
-
It looks like the version of ember in bower no longer exists. I tried upgrading the the version to v1-pre4 in the components.json file but the test suite is failing. I'm not sure which version you wan…
-
Sometimes the line `elem = view.$ "##{elementID}"` triggers a re-render, which is deprecated (see below). This happens if the view is still in the buffer (`view.get('state') == 'inBuffer'`).
I've tri…
-
Would be great if a already build js version is available. I really would like to use ember-i18n, but I can't manage to build it on my system atm.
Thanks
-
In German we have the so called Umlauts, which we need to escape by using HTML Entities:
``` javascript
ä -> ä
ö -> ö
ü -> ü
```
This seems to be not possible with the version of Hand…
-
I've just upgraded to 3.0.1 but now whenever I try to log in I get the following error server-side:
# MultiJson::LoadError at /users/sign_in
> 795: unexpected token at 'login=test%40test.com&password…
-
https://github.com/jamesarosen/ember-i18n/blob/master/lib/i18n.coffee#L121-L133 won't work because the view doesn't have a `state` property to compare with `"inDOM"`.
-
This depends on https://github.com/jamesarosen/CLDR.js, which isn't an npm module. There's already a [cldr](https://github.com/papandreou/node-cldr) project in npm, but it isn't browser-friendly becau…
-
also look into what can be done with localeapp.com to save us from a bit of the slave labor of managing the translations files manually.
Anyone have any hints on how to pull rails locales/xx.yml int…