I am creating a C# script to automate synchronization of localizations between our Weblate git repository and our project repository.
After some git work, ti imports several files into several String Table Collections. After a sequence of Xliff.ImportFileIntoCollection calls finishes, I would like to call git add & git commit the changes to our project repository. But nothing gets commited and no changed files are present in the project directory.
I have to manually open the Localizaiton Tables window and press Ctrl + S for the changes to materialize. Is there a way how to flush them from code?