-
Notifications
You must be signed in to change notification settings - Fork 110
Open
Labels
translations-requestRequests for the WG regarding issues with translations.Requests for the WG regarding issues with translations.
Description
Description
I the course-authoring MFE, in languages other than english, the text for the delete option shows wrong text meaning "copy to clipboard".
Maybe due to
openedx-translations/translations/frontend-app-course-authoring/src/i18n/messages/id.json
Line 315 in f78cfd0
"course-authoring.course-outline.card.menu.delete": "Copy to clipboard", |
that comes from a wrong id in the authoring mfe carried from redwood.3 that was fixed in Sumac but persists in master's of translations:
menuCopy: {
id: 'course-authoring.course-outline.card.menu.delete',
defaultMessage: 'Copy to clipboard',
},
I don't know if it must be fixed manually, running a script or maybe in Transifex.
Metadata
Metadata
Assignees
Labels
translations-requestRequests for the WG regarding issues with translations.Requests for the WG regarding issues with translations.