1.0.4 • Published 7 years ago

translation-copier v1.0.4

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

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.

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago