diff options
author | Ethan Yonker <dees_troy@teamw.in> | 2016-03-30 20:06:18 +0200 |
---|---|---|
committer | Ethan Yonker <dees_troy@teamw.in> | 2016-03-31 15:57:32 +0200 |
commit | d946aa470ff504c3689797a53b52b88362d7f93e (patch) | |
tree | 759c5b4716e6cdd3d982a0ecc0b8aa5bc514cd8c /scripts/README | |
parent | Flashutils: detect /dev/block/sd* as emmc (diff) | |
download | android_bootable_recovery-d946aa470ff504c3689797a53b52b88362d7f93e.tar android_bootable_recovery-d946aa470ff504c3689797a53b52b88362d7f93e.tar.gz android_bootable_recovery-d946aa470ff504c3689797a53b52b88362d7f93e.tar.bz2 android_bootable_recovery-d946aa470ff504c3689797a53b52b88362d7f93e.tar.lz android_bootable_recovery-d946aa470ff504c3689797a53b52b88362d7f93e.tar.xz android_bootable_recovery-d946aa470ff504c3689797a53b52b88362d7f93e.tar.zst android_bootable_recovery-d946aa470ff504c3689797a53b52b88362d7f93e.zip |
Diffstat (limited to '')
-rw-r--r-- | scripts/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/scripts/README b/scripts/README index ff8b36621..0191d8ffa 100644 --- a/scripts/README +++ b/scripts/README @@ -25,3 +25,17 @@ Usage: python compare_xml.py -o target.xml + + +language_helper.py + +This script reads the English and supplied other language files and +compares the 2 and reorders and rewrites the other language to a new +XML file such that all the strings are placed in the same order as +the English file. It will place commented out string lines for items +that are not present in the new file and will not include any strings +in the new file that are no longer present in the English source. +There is also a version tag that may be compared if present between +the English and other language in case a translation string changes. + +python language_helper.py -o ../gui/theme/common/languages/es.xml |