Skip to content

Flakky/po-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

po-converter

.po file converter into .csv and vise versa.

Usage

PO to CSV

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

CSV to PO

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

About

.po file converter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages