Saigesp / json-translate

Translate json files with DeepL or AWS
GNU Lesser General Public License v2.1
45 stars 18 forks source link

How to configure indent tabs instead of space for output file? #36

Open ttnbtfy opened 6 months ago

ttnbtfy commented 6 months ago

Hi, can translate .json files into many different languages ​​at the same time? For example: json_translate deepl /path/to/en.json FR -o fr.json ES -o es.json DE -o de.json

How to configure indent tabs ( tab_size = 4 ) instead of space for output file?