You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-30 02:21:17 +03:00
Use Intl for names of languages (#11427)
* Use Intl for names of languages * Tweak Intl language style from "American English" -> "US English" * Update tests * Fix tests * Consolidate languageHandler-test files * Improve coverage * Consistent casing for languages in dropdown * Update LanguageDropdown.tsx * Delint & update snapshot * Fix tests * Improve coverage `of` will fallback to the given code with fallback=code (default)
This commit is contained in:
committed by
GitHub
parent
3684c77cfe
commit
4de315fb6c
@ -190,6 +190,7 @@
|
||||
@import "./views/elements/_InteractiveTooltip.pcss";
|
||||
@import "./views/elements/_InviteReason.pcss";
|
||||
@import "./views/elements/_LabelledCheckbox.pcss";
|
||||
@import "./views/elements/_LanguageDropdown.pcss";
|
||||
@import "./views/elements/_MiniAvatarUploader.pcss";
|
||||
@import "./views/elements/_Pill.pcss";
|
||||
@import "./views/elements/_PowerSelector.pcss";
|
||||
|
Reference in New Issue
Block a user