Socket
Socket
Sign inDemoInstall

@talend/i18n-scripts

Package Overview
Dependencies
Maintainers
2
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@talend/i18n-scripts

Download i18n locales for current version of package


Version published
Weekly downloads
58
increased by205.26%
Maintainers
2
Weekly downloads
 
Created
Source

@talend/i18n-scripts

Collection of i18n-related scripts

download-locales

Download-locales will download locales from zip files attached to the Github releases for the current release. This way, if we put the script in postinstall, we don't have to wait for locales before publishing ui packages, but we can update them after. Apps that install ui packages using this script will get up-to-date locales when they do yarn install.

Name of zip should be "[package.json name (minus @talend/)]-loales.zip"

Add this script in package.json:

"scripts": {
	"postinstall": "download-locales"
}

FAQs

Package last updated on 11 Jun 2018

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc