Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mateusai/csv-to-po

Convert csv files to po files plus the pot template file
https://github.com/mateusai/csv-to-po

csv pot rust

Last synced: 7 days ago
JSON representation

Convert csv files to po files plus the pot template file

Awesome Lists containing this project

README

        

# csv-to-po
Convert csv files to po files plus the pot template file

This simple rust program generates a pot file and the corresponding po files from a a csv file with the translations

The usage is the following:
```
cargo run -- path_to_csv path_to_output_directory -p project_id
```

- The -p argument is optional.
- if no output directory is provided, the current directory will be used