This is a tool to convert a CSV file containing translations into localized android xml files. It can also convert to JSON format.
python importer.py -i <inputFile> -o <outputDir> -n [outputFileName] -d [delimiter] -t [strings|plurals|json]
Note: Example 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>