-
Currently the `{{t}}` helper is passed a string key, I've recently had the need to translate based on the value of a property (in this case `order`).
For now I've just added a property on the control…
-
Javascript templates saved in a folder such as `/app/assets/templates/` cannot be served because there is no route for that server.
How to best serve templates seems like a feature request that requ…
-
Using CLI how would you implement this section of code to be executed after the view has been rendered completely? I have to add one snippet after the application view is rendered and others after ch…
-
In our app, we have a helper for displaying dates (essentially a wrapper around `moment(value).format()`–we are also setting moment's language when we decide on locale for our app):
```
{{format-date…
-
Documentation indicated that you can install using `npm install --save-dev broccoli-ember-i18n-precompile` but the npm registry doesn't recognize the package name.
-
I'm seeking feedback on the idea of having an ENV flag that would trigger an assertion when a translation was missing.
We have several integration tests that walk through many pages of the app. I'd r…
-
There seems to be a 'convention' to store translations used by [ember-i18n](https://github.com/jamesarosen/ember-i18n) in `app/translations` in `.js` files. This means they will be picked up by the JS…
-
Would it make sense to load/integrate translations to ember-data `DS.I18n` and load them (asynchronously?) - lets say I wanna have translated my app dynamically on demand. Cause now (when using ember-…
vire updated
10 years ago
-
Why does the `t` helper render a tag by default? Would you consider a patch that doesn't render a wrapping tag unless the tagName option is provided?
-
Experimenting with ember-cli, I ran `ember init` (`0.0.28`) on a minimal ember-cli project that was created with `0.0.27`. This presented me with the list of overwrite-or-not choices for the files I'v…