Staging/i18n: Project and certificates titles are untranslatable on settings page
See original GitHub issueDescribe the bug
freeCodeCamp aims for all of its content to be translated, but the project titles that appear in the sections “certifications” and “legacy certifications” of the user settings page are not translated.
To Reproduce Steps to reproduce the behavior:
- Go to https://www.freecodecamp.dev/espanol/settings
- Sign in
- Scroll down to ‘Certifications’
- See untranslated strings
To reproduce this Locally, change the below values in .env
to your desired language.
# Languages to build
CLIENT_LOCALE=english
CURRICULUM_LOCALE=english
Expected behavior
The title should be properly translated, linking the used values to a respectable JSON file should make it so.
Here is the file for the projects intro.json, you can use it. here are the used components:
Screenshots
- Spanish:
- Chinese:
Desktop (please complete the following information):
- OS: [Windows 10]
- Browser: [chrome]
- Version: [88]
Additional Context
If you would like to fix this issue, please make sure you read our guidelines for contributing, we prioritize contributors following the instructions in our guides. Join us in our chat room or the forum if you need help contributing, our moderators will guide you through this.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:13 (12 by maintainers)
I think this issue might be in a higher priority now, since after the change in #44574 every user will come to settings page to claim certifications. I just noticed this issue too.
A camper talked to me about this issue, and it was difficult for them to understand, so I will update the original post to reflect on the requirement better