Quick chat gpt gave me a command, that i had to modify (but only spent 10mins on it)
git ls-files -z /Users/andreievg/Documents/repos/public/msupply_docs/content/docs | xargs -0 -I {} git log -1 --format="%as {}" {} > lastmod.csv
See last mod.csv below:
lastmod.csv.zip
I think we can do a little script to also print diffs of all of the files based on last modified dates (based on modified date of english file vs translated file)
I would estimate up to 2 hours work on this