translocate 0.8.0

translocate is a high performance converter that takes CSV translation files and outputs corresponding JSON translation files.
Documentation
1
2
3
4
5
6
7
8
# Release v0.8.0

## *2024-01-10*
- Added new command line flag `-I`/`--ignored_headings` which allows excluding CSV one or more column headers from processing. e.g.

```sh
translocate -I "en_US,es_ES" ./path/to/file.csv
```