Socket
Socket
Sign inDemoInstall

els-intl-addon

Package Overview
Dependencies
2
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    els-intl-addon

Ember Language Server intl extension


Version published
Weekly downloads
1.7K
decreased by-17.6%
Maintainers
1
Install size
773 kB
Created
Weekly downloads
 

Readme

Source

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

Keywords

FAQs

Last updated on 26 Apr 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc