generated from openedx/frontend-template-application
-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
This is an experiment to collect i18n issues in MFE repositories using an agentic AI. The artifacts attached to this issue were created by https://manus.im
The prompt was
The Open edX platform is an open source learning management platform. The frontend elements of the platform are delivered with micro-frontends that are based on the React JS framework. It is important that the frontends can be translated into different languages.
The following document contains some information about how we accomplish that, https://github.com/openedx/frontend-platform/blob/master/docs/how_tos/i18n.rst
Attached to this are a summary document with suggested fixes.
The issues discovered are included here in tabular format:
| Issue ID | Description | Category | File Path | Line Number | GitHub Link | |
|---|---|---|---|---|---|---|
| LR-I18N-001 | Hardcoded "Failure" title in StandardModal component | Title Attribute | src/components/CertificateModal/CertificateModal.jsx | 28 | https://github.com/openedx/frontend-app-learner-record/blob/master/src/components/CertificateModal/CertificateModal.jsx#L28 | |
| LR-I18N-002 | Hardcoded "Title" in ModalDialog component | Title Attribute | src/components/ProgramRecordSendModal/SendLearnerRecordModal.jsx | 63 | https://github.com/openedx/frontend-app-learner-record/blob/master/src/components/ProgramRecordSendModal/SendLearnerRecordModal.jsx#L63 | |
| LR-I18N-003 | Hardcoded "checkbox" aria-label in SelectableBox component | Aria-Label Attribute | src/components/ProgramRecordSendModal/SendLearnerRecordModal.jsx | 122 | https://github.com/openedx/frontend-app-learner-record/blob/master/src/components/ProgramRecordSendModal/SendLearnerRecordModal.jsx#L122 |
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Help Wanted