Skip to content

Internationalization addon for Unstable Ember Language Server

License

Notifications You must be signed in to change notification settings

lifeart/els-intl-addon

Repository files navigation

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'}}

About

Internationalization addon for Unstable Ember Language Server

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •