Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃悰(frontend) fix Enroll now translation #2246

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

igobranco
Copy link
Collaborator

When using an external LMS, the CTA Enroll now on course runs isn't being translated.

Screenshot on french, is still showing the Enroll now on english.
image

After applying this fix and translate it on src/frontend/i18n/locales/fr-FR.json:

"components.SyllabusCourseRun.enroll": {
    "description": "CTA for users who can enroll in the course run or could enroll if they logged in.",
    "message": "S鈥檌nscrire maintenant"
  },

image

@igobranco igobranco added the bug label Jan 23, 2024
@igobranco igobranco self-assigned this Jan 23, 2024
@igobranco igobranco force-pushed the igobranco/fix-enroll-now-external-platform branch 3 times, most recently from f1ff478 to b4fb3df Compare January 23, 2024 17:13
When using an external LMS, the CTA Enroll now on course runs
isn't being translated.
@igobranco igobranco force-pushed the igobranco/fix-enroll-now-external-platform branch from b4fb3df to 042d91b Compare January 23, 2024 17:21
Copy link
Member

@jbpenrath jbpenrath left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Those labels should have been translated by the backend 馃

ONGOING_OPEN: _("enroll now"),
FUTURE_OPEN: _("enroll now"),

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants