Lost approvals to translations. How to return them?

Hi there! I have a critical issue - all approvals from all languages disappeared for one file (the translations are still here) and I don’t know why. We only updated our json file with new strings via GitHub, as always. Could you please help us to find the reason of such loss and maybe anyone can suggest how we can return all approvals?

1 Like

Hi there, do you use any update option in your crowdin.yml file? To keep the translations+approvals, add the following line to your config: update_option: update_without_changes

By the way, you may revert your file to the previous version in the Files tab first and then sync the change with the mentioned update option

1 Like

Thank you, the option works great here!