catalyst / moodle-report_coursesize

upgraded coursesize report
14 stars 19 forks source link

Fixed language issues for course name, category name and unit size. #23

Closed michael-milette closed 3 years ago

michael-milette commented 3 years ago

This request is to apply a fix to some language issues. We have multi-language courses with multi-language course and category names.

Example using the Multi-Language Content (v2) Filter:

In addition, "MB" can also be different depending on the language. This hard coded string has now been replaced with the language string defined in Moodle's language packs so that it will change depending on the language of the viewer. I also added a space between the value and the unit. Previously it the space had only been applied in some place.

Example:

The last change was to add a space between the size and the link "(view stats)".

Let me know if you have any questions or concerns. I tested the fix with Moodle in English and French.

danmarsden commented 3 years ago

thanks for the PR - looks good to me - merged it in!

michael-milette commented 3 years ago

Thank you Dan!