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

Tracking needed translation updates #164

Open
greggman opened this issue Nov 23, 2017 · 1 comment
Open

Tracking needed translation updates #164

greggman opened this issue Nov 23, 2017 · 1 comment

Comments

@greggman
Copy link
Member

I'm thinking of trying to auto generate a page that shows each article and whether or not a given translation for that article is up to date. The easiest way would be to check at build time if the english article is newer than the translated article. The problem is even minor typo fixes would show up as a translated article being out of date.

Any thoughts?

Maybe I could pick some metric like more than N lines for changes? Or maybe this is not a useful feature.

@MarcellPerger1
Copy link

Perhaps N characters of change might be a better metric as if there are several small typo fixes that change a few characters on each line, that could show up as 10 lines changed. but only 10-20 characters changed. If there is a meaningful change (i.e. not just typo fixes), the amount of characters would be quite large (probably 100+) but the lines changed might be only 10-15 lines.

Or maybe just add the date the translation was updated and the date the english version was updated at the top of the page.

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