So I set up tutor and Im trying to translate it into greek. Now I see that MOST of the strings are in the corresponding el.json etc in the openedx-translations repo( which I forked and made the needed changes). So strings that are already in there , once changed are shown correct, but there are two main issues.
django.po files are not included for el . I cant find figure out the process on how to set them up so is there a way for a quick run-through on how to do that ?
el.json is loaded for pages like /learner-dashboard/ but for pages like /courses/ it seems that it doesnt run with mfe therefore there are no translations whatsoever ( even tried other languages like DE , ES etc but still nothing) . So basically everything running from the http://local.openedx.io:8000/courses have no translations, and even some parts are hardcoded like “Unlock Your Potential: Discover New Courses Today!”. Now I can set up a new theme and hardcode them to my language but I wouldnt prefer that. So any idea how to translate those as well?