This website requires JavaScript.
Explore
Help
Sign In
Matrix
/
element-web-Github
Watch
1
Star
0
Fork
0
You've already forked element-web-Github
mirror of
https://github.com/vector-im/element-web.git
synced
2024-11-26 02:18:25 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
99ad1781a5
element-web-Github
/
__mocks__
/
languages.json
5 lines
54 B
JSON
Raw
Normal View
History
Unescape
Escape
Fix resolution of files for Jest
2020-01-10 08:22:21 +08: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)
2023-08-22 22:07:16 +08:00
"en"
:
"en_EN.json"
,
"en-us"
:
"en_US.json"
Fix resolution of files for Jest
2020-01-10 08:22:21 +08:00
}
Reference in New Issue
Copy Permalink