openfun / richie

:pencil: An opensource CMS to build education portals
https://richie.education
MIT License
260 stars 84 forks source link

(i18n) fix the translation of the sentence above the programs on the French course pages #2125

Open NamFra opened 11 months ago

NamFra commented 11 months ago

Bug Report

Problematic Behavior The sentences "Ce cours fait partie d'un parcours" or "Ce cours fait partie de parcours" are displayed in English on the course pages in French.

Environment Richie version: 2.24.1

Possible Solution Translations exist but are not displayed. Perhaps this is a bug due to the difference in display depending on whether a course is attached to one or several programs? https://github.com/openfun/richie/blob/master/src/richie/locale/fr_FR/LC_MESSAGES/django.po#L1401

Additional context/Screenshots This can be seen on this syllabus: https://demo.richie.education/fr/cours/lart-datteindre-vos-buts-en-toute-tranquilite/

image

jbpenrath commented 9 months ago

Should be fixed by #2210