You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This MFE allows to select from all the supported languages.
This is not desired for some installations because it gives the learners the impression that the site supports 10+ languages where in reality it supports one language or two.
Affected deployments
@sambapete reported that @EDUlib needs only French and English for their learners.
@nelc needs only two languages Arabic and English. This is the same for most large Arabic deployments.
Possible solution
One way to support this configuration is to update the make pull_translations in this repository:
Limit the languages being pulled with atlas via atlas pull --filter=fr_CA,ar,en
Update the languages list file to only show the languages being pulled instead of the hard coded constant:
Problem
This MFE allows to select from all the supported languages.
This is not desired for some installations because it gives the learners the impression that the site supports 10+ languages where in reality it supports one language or two.
Affected deployments
@sambapete reported that @EDUlib needs only French and English for their learners.
@nelc needs only two languages Arabic and English. This is the same for most large Arabic deployments.
Possible solution
One way to support this configuration is to update the
make pull_translations
in this repository:atlas pull --filter=fr_CA,ar,en
frontend-app-account/src/account-settings/site-language/constants.js
Lines 1 to 20 in 43d8784
The text was updated successfully, but these errors were encountered: