Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 767 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 767 Bytes

els-intl-addon

Ember Language Server intl addon

How to use?

Install this addon as dev-dependency inside your ember project or download it and specify addon path in UELS settings.

NPM

npm install els-intl-addon --save-dev

Yarn

yarn add els-intl-addon --dev

VSCode

Install: Unstable Ember Language Server.

  • Restart VSCode.

Usage

Try autocomplete for {{t 'tanslation..'}} inside templates. Try autocompleta for this.intl.t("translation..') inside scripts.

  • You can write translation result and it will be replaced to path.
'some.translation.path': 'Translation result'
{{t 'Translati..'}} -> {{t 'some.translation.path'}}