ember-cli-i18n
ember-cli-i18n copied to clipboard
update README with how to add tranlation key to a component
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 me some time if it would be specified in the docs, therefore...
Really? That easy? :+1: