Bug 431408

Summary: Some strings on frameworks announcement page on kde.org are mistranslated
Product: [Translations] i18n Reporter: Phu H. Nguyen <phu.nguyen>
Component: frAssignee: KDE Francophone <kde-francophone>
Status: RESOLVED FIXED    
Severity: normal CC: xavier.besnard
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Other   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Phu H. Nguyen 2021-01-10 22:26:37 UTC
SUMMARY
On https://kde.org/announcements/kde-frameworks-5.77.0/ for example, sections "Compilation à partir des sources" and "Participer" are not displayed correctly. 

STEPS TO REPRODUCE
There are 2 errors:
1. The no-break space characters are used instead of spaces after .Get commands in two messages:
- "La compilation à partir des sources est possible ..." in "Compilation à partir des sources" section;
- "Les personnes intéressées dans le suivi et la contribution ..." in "Participer" section.
2. There is a space between ']' and '(' in the message "La totalité du code source des environnements de développement de KDE 5.77.0 ...", making the link "librement téléchargée" rendered incorrectly.

EXPECTED RESULT
Messages that are lost can be displayed and URLs are shown correctly.
Comment 1 Xavier Besnard 2021-01-11 08:32:23 UTC
Fixed of the 2 errors:
1. Deletion of no-break space characters after .Get commands 

2. Deletion of space between ']' and '('

In addition, spell checking performed.

Update of menu_footer_shared.po committed.

Regards. Xavier