You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered:
A diff would be very helpful - I find the full list a little overwhelming.
Would it be possible to have a GH action which posted the list to a page? wiki? and a page for each language, showing the diff for the most recent 10 pages say - for files where the translated version modified date is older than the En modified date.
Another good use for an action would be to publish a simple percentage translated, based on file counts. it wouldn't give an indication of recency but is a broad indicator of coverage
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
The text was updated successfully, but these errors were encountered: