fkirc/attranslate

Remove --deleteStale=false option

fkirc opened this issue · 1 comments

fkirc commented

By default, attranslate deletes all stale translations in target-files. This is fine because it helps to keep translation-files in sync.

However, if you set the option --deleteStale=false, then the outcome depends on the exact target file format.
For JSON targets and some other target formats, stale translations will remain as is.
But for yaml and xml targets, the --deleteStale flag will be completely ignored.

fkirc commented

Done