🚨 Latest Research:Tanstack npm Packages Compromised in Ongoing Mini Shai-Hulud Supply-Chain Attack.Learn More →
Socket
Book a DemoSign in
Socket

@mvxivy/lokalise-cli

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mvxivy/lokalise-cli

Update translations from Lokalise

latest
Source
npmnpm
Version
0.4.2
Version published
Maintainers
1
Created
Source

Lokalise CLI

This script is used to download translations from Lokalise to your project and update.

Installation

npm install -D @mvxivy/lokalise-cli

Usage

CLI

ltu

Features

  • Fetch and update locales from the master branch of your lokalise project
    • Fetch by files (recommended)
    • Fetch by JSON
  • Select another branch, merge it into master branch and then fetch and update
    • You can skip this step by pressing Enter
    • You can optionally choose to delete the branch after merging

Configuration

If you use cli method, you can create a .lokalise.json file in the root of your project and add the following configuration options.

Configuration options

OptionDescriptiontypeDefault
apiKeyLokalise API keystring-
projectIdLokalise project idstring-
outputDirOutput directory for translationsstring-
processtype of interaction with lokalise api'keys' or 'files'-
processesOptionsoptions for processesobject-
processesOptions.keysoptions for keys processobject-
processesOptions.filesoptions for files processstring-

Possible options for processesOptions.keys and processesOptions.files can be found in the Lokalise API documentation.

Feature plans

  • Node.js use case for to enable expansion and customization of functionality

FAQs

Package last updated on 17 Jun 2025

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