Copyleaks / moodle-plagiarism_copyleaks

Copyleaks Plagiarism plugin for Moodle
GNU General Public License v3.0
3 stars 3 forks source link

Missing string identifiers #52

Closed farhan6318 closed 2 months ago

farhan6318 commented 3 months ago

Running the full moodle test suite with this plugin throws some errors about missing string identifiers

  1. Debugging: Invalid get_string() identifier: 'copyleaks:viewfullreport' or component 'plagiarism_copyleaks'. Perhaps you are missing $string['copyleaks:viewfullreport'] = ''; in /builds/open-lms/product/work/moodle/plagiarism/copyleaks/lang/en/plagiarism_copyleaks.php?

  2. Debugging: Invalid get_string() identifier: 'copyleaks:enable' or component 'plagiarism_copyleaks'. Perhaps you are missing $string['copyleaks:enable'] = ''; in /builds/open-lms/product/work/moodle/plagiarism/copyleaks/lang/en/plagiarism_copyleaks.php?

CL-BayanAbuawad commented 3 months ago

@farhan6318, thanks for reporting this - we will add a fix for this in our next release.

CL-BayanAbuawad commented 2 months ago

@farhan6318 A fix has been deployed for this issue.