New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

pontoon-to-json

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pontoon-to-json

A build-step cli tool to convert the output of Pontoon to a JSON file for use with node-based localization

  • 2.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

#Pontoon-to-JSON A build process CLI tool to convert the locale directory structure and .properties files output by Pontoon to JSON for use in JavaScript based l10n.

##Arguments

--src a directory to grab properties from. Defaults to locales at the project root

--dest a directory to output locales.json. Defaults to dist at the project root

##Config env

###2.x SUPPORTED_LOCALES a csv string with the locales to convert to json. Example en-US, de, ja. Defaults to *.

###1.x SUPPORTED_LOCALES an array with the locales to convert to json, or a string with a * for all. Example ["en-US", "de", "ja"]. Defaults to *.

Keywords

FAQs

Package last updated on 31 Aug 2016

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