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

update README with how to add tranlation key to a component

Open hoetmaaiers opened this issue 11 years ago • 1 comments

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...

hoetmaaiers avatar Mar 25 '15 10:03 hoetmaaiers

Really? That easy? :+1:

mphasize avatar May 28 '15 13:05 mphasize