This repository has been archived by the owner on Dec 3, 2024. It is now read-only.
Added
ignoreExistingFile
: by default json-translator will translate only missing strings in chosen output file. This allow to avoid useless API calls and improves speed and performance of the tool. SetignoreExistingFile
to true to avoid this caching mechanism and translate all the input file strings whatsoever.