Open Issues Need Help
View All on GitHubAI Summary: The language selector in the account settings displays an unsorted list of languages. The expected behavior is for this list to be sorted, either by ISO 639 code or the visual language name, to improve user experience. The solution involves sorting the language data, either at its source or when generating the dropdown.
Open edX micro-frontend application for managing user account information.
AI Summary: The language selector dropdown in the account settings currently displays languages for which no translation files exist, such as Catalan, French, Korean, and Polish. The expected behavior is for the dropdown to only list languages that have corresponding translation files available in the `openedx-translations` repository. The fix involves ensuring the displayed languages match the actual contents of the translations directory.
Open edX micro-frontend application for managing user account information.