1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-09-17 14:02:16 +03:00
Files
matrix-react-sdk/__mocks__/languages.json
Michael Telatynski 4de315fb6c 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)
2023-08-22 14:07:16 +00:00

5 lines
54 B
JSON

{
"en": "en_EN.json",
"en-us": "en_US.json"
}