Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A way to see what translations need to be done #99

Open
andreievg opened this issue Oct 3, 2024 · 1 comment
Open

A way to see what translations need to be done #99

andreievg opened this issue Oct 3, 2024 · 1 comment

Comments

@andreievg
Copy link
Contributor

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

@mark-prins
Copy link
Contributor

mark-prins commented Oct 11, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants