Skip to content

i18n Issue Mega Issue #1475

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
e0d opened this issue Apr 11, 2025 · 1 comment
Open

i18n Issue Mega Issue #1475

e0d opened this issue Apr 11, 2025 · 1 comment

Comments

@e0d
Copy link

e0d commented Apr 11, 2025

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.

Internationalization (i18n) Bug Report_ Untranslated Strings in Open edX Frontend.md

The issues discovered are included here in tabular format:

Issue ID Description Category File Path Line Number GitHub Link
1 Hardcoded loading text without internationalization Direct JSX Text src/components/Admin/AdminCardsSkeleton.jsx 7 https://github.com/openedx/frontend-app-admin-portal/blob/master/src/components/Admin/AdminCardsSkeleton.jsx#L7
2 Hardcoded redirecting text without internationalization Direct JSX Text src/components/BulkEnrollmentResultsDownloadPage/index.jsx 56 https://github.com/openedx/frontend-app-admin-portal/blob/master/src/components/BulkEnrollmentResultsDownloadPage/index.jsx#L56
3 Hardcoded toast message without internationalization Toast Message src/components/BulkEnrollmentResultsDownloadPage/index.jsx 44 https://github.com/openedx/frontend-app-admin-portal/blob/master/src/components/BulkEnrollmentResultsDownloadPage/index.jsx#L44
4 Hardcoded toast message without internationalization Toast Message src/components/BulkEnrollmentResultsDownloadPage/index.jsx 53 https://github.com/openedx/frontend-app-admin-portal/blob/master/src/components/BulkEnrollmentResultsDownloadPage/index.jsx#L53
5 Hardcoded heading text without internationalization Direct JSX Text src/components/CodeAssignmentModal/BulkAssignFields.jsx 17 https://github.com/openedx/frontend-app-admin-portal/blob/master/src/components/CodeAssignmentModal/BulkAssignFields.jsx#L17
6 Hardcoded heading text without internationalization Direct JSX Text src/components/CodeAssignmentModal/IndividualAssignFields.jsx 3 https://github.com/openedx/frontend-app-admin-portal/blob/master/src/components/CodeAssignmentModal/IndividualAssignFields.jsx#L3
7 Hardcoded required indicator without internationalization Direct JSX Text src/components/CodeAssignmentModal/IndividualAssignFields.jsx 19 https://github.com/openedx/frontend-app-admin-portal/blob/master/src/components/CodeAssignmentModal/IndividualAssignFields.jsx#L19
8 Hardcoded placeholder text without internationalization Form Attribute src/components/CodeManagement/ManageCodesTab.jsx 1 https://github.com/openedx/frontend-app-admin-portal/blob/master/src/components/CodeManagement/ManageCodesTab.jsx#L1
9 Hardcoded placeholder text without internationalization Form Attribute src/components/PeopleManagement/CreateGroupModalContent.jsx 2 https://github.com/openedx/frontend-app-admin-portal/blob/master/src/components/PeopleManagement/CreateGroupModalContent.jsx#L2
10 Hardcoded placeholder text without internationalization Form Attribute src/components/PeopleManagement/GroupDetailPage/EditGroupNameModal.jsx 3 https://github.com/openedx/frontend-app-admin-portal/blob/master/src/components/PeopleManagement/GroupDetailPage/EditGroupNameModal.jsx#L3
11 Hardcoded label text without internationalization Form Attribute src/components/CodeAssignmentModal/BulkAssignFields.jsx 1 https://github.com/openedx/frontend-app-admin-portal/blob/master/src/components/CodeAssignmentModal/BulkAssignFields.jsx#L1
12 Hardcoded label text without internationalization Form Attribute src/components/CodeAssignmentModal/BulkAssignFields.jsx 2 https://github.com/openedx/frontend-app-admin-portal/blob/master/src/components/CodeAssignmentModal/BulkAssignFields.jsx#L2
13 Hardcoded label text without internationalization Form Attribute src/components/CodeRevokeModal/index.jsx 3 https://github.com/openedx/frontend-app-admin-portal/blob/master/src/components/CodeRevokeModal/index.jsx#L3
14 Hardcoded label text without internationalization Form Attribute src/components/InviteLearnersModal/index.jsx 7 https://github.com/openedx/frontend-app-admin-portal/blob/master/src/components/InviteLearnersModal/index.jsx#L7
15 Hardcoded string constant without internationalization String Constant src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx 15 https://github.com/openedx/frontend-app-admin-portal/blob/master/src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx#L15
16 Component accepts string prop without enforcing internationalization Component Props src/components/ActionButtonWithModal/index.jsx 28 https://github.com/openedx/frontend-app-admin-portal/blob/master/src/components/ActionButtonWithModal/index.jsx#L28
17 Hardcoded description text without internationalization String Constant src/components/Admin/AdminCards.jsx 74 https://github.com/openedx/frontend-app-admin-portal/blob/master/src/components/Admin/AdminCards.jsx#L74
18 Component missing i18n imports Missing i18n Import src/components/ActionButtonWithModal/index.jsx 1 https://github.com/openedx/frontend-app-admin-portal/blob/master/src/components/ActionButtonWithModal/index.jsx#L1
19 Component missing i18n imports Missing i18n Import src/components/Admin/AdminCardsSkeleton.jsx 1 https://github.com/openedx/frontend-app-admin-portal/blob/master/src/components/Admin/AdminCardsSkeleton.jsx#L1
20 Component missing i18n imports Missing i18n Import src/components/BulkEnrollmentResultsDownloadPage/index.jsx 1 https://github.com/openedx/frontend-app-admin-portal/blob/master/src/components/BulkEnrollmentResultsDownloadPage/index.jsx#L1
21 Hardcoded label text without internationalization Form Attribute src/components/RequestCodesPage/RequestCodesForm.jsx 11 https://github.com/openedx/frontend-app-admin-portal/blob/master/src/components/RequestCodesPage/RequestCodesForm.jsx#L11
22 Hardcoded label text without internationalization Form Attribute src/components/RequestCodesPage/RequestCodesForm.jsx 12 https://github.com/openedx/frontend-app-admin-portal/blob/master/src/components/RequestCodesPage/RequestCodesForm.jsx#L12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant