Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upProcess for keeping translations up to date #1119
Comments
This seems like a good idea. Could you submit a PR with your recommended workflow? |
The snake seems to be eating its tail: #1121/files#diff ;-) I'll revisit this in a few days once there is a difference between my |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This is a tough nut. I tried the following today:
|
@katrinleinweber FWIW this is something I suggested a while back: #288 (comment). It'd be nice to have it fully scripted so that it'd be easier to automatically check it... |
Yeah, that might be a more convenient step Because those can occur in parallel to minor translation updates (correcting links, wording, or spelling), there is a risk of overlooking significant English updates that occured before such a minor update's SHA is recorded in the translation metadata, no? |
What about considering using some professional translate tools instead of using Git directly? |
This is being discussed in #1133 and is on my list to investigate further (hopefully over Christmas). |
@MikeMcQuaid That tool seems to be different from the platforms I suggested. GitLocalize looks like a lightweight translation tool working with Git, and what I suggested are professional translation platforms with lots of additional features. And these platforms are more famous (according to the number of search results) and their documents are better. |
I created the translation solution for both this project and Open Source Friday. The Transifex/Open Source Friday solution is unsuitable here as this repository is a Markdown document-based translation flow rather than lots of small strings. #1133 will be the next investigation and, if it seems an improvement on what we currently have, will be the next method of translation for this repository. |
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as spam.
This comment was marked as spam.
Hi |
1119 |
You are right |
Yes |
gi |
|
How about we collect some advice in docs/translations.md under
Keeping translations up to date
or similar?Working on #1118 I naively scrolled through the commit list and looked at merge commits that seemed to add content. Would
git diff $translation_branch master _articles/*.md
or similar be better?