DifficoltàQuanto dovrebbe essere impegnativa per un nuovo contributor.
3
Tempo stimatoTempo stimato per completare e verificare uno scope piccolo.
half day
Stato attivitàQuanto è probabile che la issue sia ancora attiva e reviewable.
fresh
ChiarezzaQuanto chiaramente la issue descrive problema, scope e risultato atteso.
mostly clear
Prerequisiti
Basic PythonUnderstanding of text splitting
Adatta ai principiantiQuanto la issue è adatta a contributor alla prima esperienza.
70
Direzione di ricerca
Investigate how the translation is split by newlines in the codebase. Look for functions that handle text segmentation before translation. The fix should ensure that sentence boundaries are respected, possibly by using a sentence tokenizer. Check the project's translation pipeline to identify where to implement this change.