/csv-to-po

Convert csv files to po files plus the pot template file

Primary LanguageRustGNU General Public License v3.0GPL-3.0

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