feat(i18n): add language preference management functionality - #19
Merged
Conversation
* feat(i18n): add language preference management functionality * fix: force page reload to ensure complete translation application * feat: conditional page reloading and module rename * refactor(i18n): move language preference functions to languageApi module * test(i18n): add unit tests for languageApi and languageManager functions * feat(i18n): add getSupportedLocales function * feat(i18n): update user preferences function * feat(i18n): update getSupportedLocaleList function --------- Co-authored-by: Andres Felipe Giraldo Malagon <andres.giraldo@edunext.co>
johanseto
approved these changes
Aug 13, 2026
johanseto
left a comment
There was a problem hiding this comment.
Working in my local env.
Screencast.from.13-08-26.09.40.37.webm
andrey-canon
changed the base branch from
and/FUTUREX-1453
to
open-release/verawood.nelp
August 13, 2026 18:05
andrey-canon
deployed
to
open-release/verawood.nelp
August 13, 2026 18:06 — with
GitHub Actions
Active
andrey-canon
deployed
to
open-release/verawood.nelp
August 13, 2026 18:06 — with
GitHub Actions
Active
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This adds a new language selector to the learning(used by learning) header and desktop(used by learner-dashboard) header
Issue # 1469
Migration pr of #14
How to test
export PATH="$(pwd)/node_modules/.bin:$PATH"make OPENEDX_ATLAS_PULL=true ATLAS_OPTIONS="--repository=nelc/futurex-translations --revision=open-release/redwood.master" pull_translation2026-08-11.14-34-04.mp4