Skip to content

Helps to find missing or obsolete translations for android resources

Notifications You must be signed in to change notification settings

hilgroth/android-localization-helper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Android Localization Helper

Helps to find missing or obsolete translations for android resources.

##Usage:

alh.sh /path/to/android/project [arrays.xml]

You must specify android project folder.
Second parameter is optional, it specifies resources filename (strings.xml by default).

###Example:

$git clone git://github.com/4e6/android-localization-helper.git
$cd android-localization-helper
$./bin/alh.sh /path/to/android/project

##Output:

[filename]
 *[resource type]
  *[T] [resource name]
  *[O] [resource name]

[T] Resources need to be translated (exists in original xml but not in localized version)
[O] Obsolete resources (exists in localized version but not in original one)

About

Helps to find missing or obsolete translations for android resources

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published