Skip to content

tfKamran/translation-copier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published