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: 9 months 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 (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-05T15:53:52.000Z (over 3 years ago)
- Last Synced: 2025-04-12T20:55:50.792Z (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 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