Skip to content

Simple tool to export android strings resourses to excel and import them to project after translating

Notifications You must be signed in to change notification settings

hamsterksu/AndroidLangTool

Repository files navigation

AndroidLangTool

Simple tool to export android strings resourses to excel and import them to project after translating. It will scan android project and export all strings.xml to excel file. So you will have simple way to prepare translations

The app supports xml comments. missed traslations will have red backforund in xls file.

To run application execute: java -jar LangTool.jar

Tool has two commands: export to xls and import from xls file

export: -e <project dir> <output file>

project dir - path to android project.

output file - name of excel file

import: -i <input file>

input file - name of excel file for importing to project

link to binary: http://goo.gl/5EaOg

link to eclipse plugin: http://goo.gl/fwEkU

About

Simple tool to export android strings resourses to excel and import them to project after translating

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages