translation-copier

1.0.4 • Public • Published

translation-copier

npm version npm downloads

NPM

A tool to copy string translations in an Android project from a CSV

How to install?

You need to have Node.js installed on your system before you can use this package. Get it here: Node.js

Once you have Node.js and NPM setup, you can run:

sudo npm install -g translation-copier

Or the following in your admin command prompt on Windows:

npm install -g translation-copier

How to use?

Make a CSV of strings in the following format:

CSV Template

Let translation copier take control!

translation-copier ./translated-strings.csv ~/Workspace/MyProject/app/src/main/res

It will copy all the translations to their respective strings.xml files and update the older values if they exist already.

Readme

Keywords

none

Package Sidebar

Install

npm i translation-copier

Weekly Downloads

0

Version

1.0.4

License

MIT

Last publish

Collaborators

  • tfkamran