alejandrom1999 / moodle_tfg

0 stars 1 forks source link

hard-coded user facing strings #9

Open danmarsden opened 9 months ago

danmarsden commented 9 months ago

in your templates you define a number of hard-coded user facing strings: eg: https://github.com/alejandrom1999/moodle_tfg/blob/main/objetivos/templates/barra_progreso.mustache#L80

all user facing strings must be contained within the lang file to allow translation.

note this is a blocker for plugins db approval.

danmarsden commented 9 months ago

another example: https://github.com/alejandrom1999/moodle_tfg/blob/main/objetivos/form_asignar_tarea.php#L9