openedx / openedx/frontend-app-learner-record
Help wanted: Extract "Completed" and "Partially Completed" into i18n messages
Open
Beginner friendly
Nobody has claimed this yet.
good first issue
help wanted
- Dominant language
- JavaScript
- Stars
- 7
- Forks
- 26
- Avg merge
- 3m
- Merged PRs (30d)
- 1
Description
Problem
In Learner Record, the “Completed” and “Partially Completed” strings for a Program Record are hardcoded. We should extract them so they can be translated .
Reference
Screenshot
Acceptance criteria:
- extract hardcoded strings following the implementation of components surrounding it.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in src/components/ProgramRecordsList/ProgramRecordsList.jsx at the referenced lines and inspect the surrounding components for the established internationalization pattern. Replace the hardcoded “Completed” and “Partially Completed” strings using that pattern, then verify both labels are represented as translatable messages.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend, internationalization
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100