apluslms / a-plus

A+ frontend portal - A+ LMS documentation:
https://apluslms.github.io/
Other
66 stars 73 forks source link

Missing locale texts #1378

Closed jykesaviaGNH closed 2 months ago

jykesaviaGNH commented 3 months ago

Tested on version 1.24.1 Some _("labels") are not defined in django.po files:

"LABEL_SUBMISSION_TAGS_HELPTEXT" NOT in FI
"LABEL_SUBMISSION_TAGS_HELPTEXT" NOT in EN
"MODEL_NAME_SUBMISSION_TAG" NOT in FI
"MODEL_NAME_SUBMISSION_TAG" NOT in EN
"MODEL_NAME_SUBMISSION_TAG_PLURAL" NOT in FI
"MODEL_NAME_SUBMISSION_TAG_PLURAL" NOT in EN
"LABEL_SUBMISSION_TAG" NOT in FI
"LABEL_SUBMISSION_TAG" NOT in EN
"LABEL_SUBMISSION_TAGS" NOT in FI
"LABEL_SUBMISSION_TAGS" NOT in EN
ihalaij1 commented 2 months ago

Thanks @jykesaviaGNH

What command did you use to list these? We could automate the checking of these so this will not happen in the future.

ihalaij1 commented 2 months ago

Closing. This was fixed by PR #1386.