ember-cli-i18n icon indicating copy to clipboard operation
ember-cli-i18n copied to clipboard

Simple Internationalization support for ember-cli apps

Results 6 ember-cli-i18n issues
Sort by recently updated
recently updated
newest added

Forked from .en for now, will probably need more work to be future-proof

Some projects may have large language definition files with nested objects. Makes the test support those cases.

I am not sure how are you dealing with handling different ember versions, but I am using this addon and after update to Ember 1.13.0 I got this error: ![screenshot...

I Googled a lot, tried many things, created custom helpers until I found out it was as easy as: ``` {{x-toggle on=(t 'toggle.labels.on') off=(t 'toggle.labels.off')}} ``` It would have saved...

Adding support for html tags in translation as it was discussed in #97. It's disabled by default as it could be a security risk. Could be enabled by configuration: ```...

The Idea is that the service can lazy load the translations from a backend, and then resolve then Promise.