Download and import translation files from your terminal
The multilocale package on npm is a command line client for projects that keep their translations as files. It downloads a project into JSON, Android or Gatsby layouts, imports files you already have, adds and deletes phrases, and reports duplicate keys — so localization fits into the same build step as the rest of your assets.
Write translation files into your repository, or import the files you already ship.
Detects JSON, Android resource and Gatsby projects and writes the matching format.
Lists keys that were translated twice so the dictionary stays clean.