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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fully implement translation #2796

Open
kantord opened this issue Apr 2, 2023 · 1 comment
Open

Fully implement translation #2796

kantord opened this issue Apr 2, 2023 · 1 comment

Comments

@kantord
Copy link
Owner

kantord commented Apr 2, 2023

Right now we have a translation infrastructure, but only the home page is translated, and actually it's always displayed in English, so basically other languages are not used.

This is now needed for courses that are based on other languages, such as French. What is required:

  • Allow each course in course.json to force a UI language. This should change the language in the UI automatically to the source language of a course when a course is opened
  • In the home page, choosing the language of the UI should be an option available through a dropdown list for example
  • Make sure all text in the UI is translatable
@kantord
Copy link
Owner Author

kantord commented Apr 10, 2023

So now, translation is possible for the course page, but not for the practice page. The course page is now automatically translated to the "source language" of the course.

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

No branches or pull requests

1 participant