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

ngx-translate-merge

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-translate-merge

This CLI tool will merge your translation files based on one master file,


Version published
Maintainers
1
Created

ngx translate merge Build Status

This CLI tool will merge your translation files based on one master file,

Usage

ngx-translate-merge

You will need a ngx-translate-merge.json in the root directory that looks a bit like this

{
    "i18nFilesPath": "i18n",
    "masterFileName": "en.json",
    "addMissing": true,
    "overwrite": false,
    "removeRedundant": false
}

Flags

Usage: node ngx-translate-tool [options]

Options:
  --[no]addMissing: Adds missing translation keys
    (default: false)
  --[no]removeRedundant: Removes redundant translation keys
    (default: false)
  --[no]overwrite: Whether to overrwrite original files or not
    (default: false)
  --fileType: What type of translation files
    (default: "json")

FAQs

Package last updated on 06 Mar 2020

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