Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mateusai/csv-to-po
- Owner: MateuSai
- License: gpl-3.0
- Created: 2022-10-21T11:32:37.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-05T15:53:52.000Z (about 2 years ago)
- Last Synced: 2023-08-25T19:45:38.027Z (about 1 year ago)
- Topics: csv, pot, rust
- Language: Rust
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# csv-to-po
Convert csv files to po files plus the pot template fileThis 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