Add examples of good writing in Polish#847
Conversation
Added examples of good writing in Polish to enhance the documentation.
✅ Deploy Preview for nextflow-training ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Nextflow linting complete! ❌ 1 files had 1 errors 💡 Tip: Click filename locations to go directly to that code. View all 1 issues
View formatting changes
|
ewels
left a comment
There was a problem hiding this comment.
Nice, thanks! Curious to see what the translation updates do with this!
|
Merge successfully triggered an automated translation update GHA run: https://github.com/nextflow-io/training/actions/runs/21768520743 ..which didn't find anything to do. Looking into it now. |
When a language-specific prompt (docs/{lang}/llm-prompt.md) or the
general prompt (_scripts/general-llm-prompt.md) changes, all existing
translations for that language should be re-translated with the updated
prompts.
Previously, the workflow only detected changes to English source files,
causing prompt updates (like PR nextflow-io#847) to have no effect on translations.
When a language-specific prompt (docs/{lang}/llm-prompt.md) or the
general prompt (_scripts/general-llm-prompt.md) changes, all existing
translations for that language should be re-translated with the updated
prompts.
Previously, the workflow only detected changes to English source files,
causing prompt updates (like PR #847) to have no effect on translations.
|
Ok, updated the script that detects changes and got it running now.. https://github.com/nextflow-io/training/actions/runs/21768935909/job/62811891041 |
|
Ok now it's finally running as expected. Hopefully it'll succeed and we'll get a new PR shortly. https://github.com/nextflow-io/training/actions/runs/21769281796/job/62813042239 |
|
Hi @itrujnara - I have run the new translation workflow several times (I've been getting it to run in a highly parallelised manner - now takes ~8 minutes instead of 2-3 hours). As a result, you have several PRs to choose from 😅
If you get a second, please pick one to merge 😄 It may also be possible to merge multiple if they contain overlapping changes. There's quite a lot of non-deterministic behaviour going on here.. As always, feedback welcome! |
Added examples of good writing in Polish to enhance the documentation.