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.