.po file converter into .csv and vise versa.
To convert .po to .csv. If path is provided, it will convert all .po files inside (not recursively)
python main.py -pc relative/path/to/file.po
python main.py --potocsv relative/path/to/file.po
python main.py -pc relative/path/with/po/files
To convert .csv to .po. If path is provided, it will convert all .csv files inside (not recursively)
python main.py -cp relative/path/to/file.csv
python main.py --csvtopo relative/path/to/file.csv
python main.py -cp relative/path/with/po/files