This is a tool to convert a CSV file containing translations into localized android xml files
python importer.py -i <inputFile> -o <outputDir> -n [outputFileName] -d [delimiter] -t [strings|plurals|json]
Note: Examples CSV files in the necessary format for both strings and plurals are included in the project.
python exporter.py -i <resDir> -o <outputDir> -d [delimiter]
Note: The export script currently expects strings and plurals to be kept in separate files.
csvdiff.py -i <inputFile1> -j <inputFile2>
edit config.py
has_translations-- ifTrue, export strings that have at least one translation. DefaultFalse.not_translatable-- ifTrue, export strings that have settranslatable="false". DefaultFalse.