FlineDev/BartyCrouch

Normalize: How do we prevent "Removing unnecessary keys"?

guidedways opened this issue · 1 comments

Expected Behavior

This is my current configuration, I expect harmonizeWithSource to not remove any key it thinks is unnecessary.

[update.normalize]
paths = ["./strings", "./resources"]
sourceLocale = "en"
harmonizeWithSource = false
sortByKeys = true

Actual Behavior

Removing keys from Localization.strings

Duplicate of #197.