dotnet / ResXResourceManager

Manage localization of all ResX-Based resources in one central place.
MIT License
1.29k stars 211 forks source link

Register blanks as changes #624

Closed justinswork closed 5 months ago

justinswork commented 5 months ago

If I export to an Excel sheet, make a change where a set a value to be an empty string, then import that Excel, the empty string should register as a change, but currently it does not.

The specific use case that I have for this is when I add a new string resource and translate it automatically, I put TODO in the comment as a way to indicate that the translation needs to be verified. After the translation is verified, our translators remove the comment in the Excel sheet. When we import the change, we need to update the comment to the blank value.