Skip to content

Conversation

@AbhinavS96
Copy link
Contributor

Backport #4805

abhinav added 4 commits November 6, 2025 16:46
Consider the language set in the users profile when setting it on page load. Also match languages case-insensitive. Updated tests
@tdonohue tdonohue added bug i18n / l10n Internationalisation and localisation, related to message catalogs authentication: general general authentication issues authentication: password related to built in password authentication labels Dec 3, 2025
@tdonohue tdonohue added this to the 9.2 milestone Dec 3, 2025
Copy link
Member

@tdonohue tdonohue left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@AbhinavS96 : Thanks for this backport! However, I think there's a line missing from this backport that exists in #4805 (and all other backports). Could you take a look at my inline comment below and get this PR updated? Thanks!

* @returns {Observable<string[]>}
*/
getLanguageCodeList(): Observable<string[]> {
getLanguageCodeList(ignoreEPersonSettings = false): Observable<string[]> {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@AbhinavS96 : It appears this new setting isn't being used in this backport. Shouldn't this be used below on line 66 just like in #4805?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

authentication: general general authentication issues authentication: password related to built in password authentication bug i18n / l10n Internationalisation and localisation, related to message catalogs

Projects

Status: 👀 Under Review

Development

Successfully merging this pull request may close these issues.

2 participants