Hi everyone, we are building our local edx platform via tutor and have encountered a problem.
We have successfully forked tutor-indigo
repository, changed header and footer, forked atlas-repository
and were able to successfully pull our custom translations, but for some reason some strings are not translated. Specifically the My courses and Discover buttons located at https://apps.<lms-name>/learning/course/<course-id>
at the top of the page.
I wouldn’t even mind doing a fork of this learning
MFE in order to make code changes, but I don’t understand where the lines of text for these buttons are located. Inspection with chrome browser web tools shows that these buttons belong to the nav-course
class, but I couldn’t find it in the learning
MFE repository, nor in the tutor-indigo
theme repository.
Need help to check that all translations are compiled accurately or to find which MFE has this nav-course
class that these buttons belong to and hardcode change them if need to.