This website requires JavaScript.
Explore
Help
Sign In
OpenCloud
/
riot-web
mirror of
https://github.com/vector-im/riot-web
Watch
1
Star
0
Fork
You've already forked riot-web
0
Code
Issues
Releases
Wiki
Activity
de154ffba9
riot-web
/
__mocks__
/
languages.json
5 lines
54 B
JSON
Raw
Normal View
History
Unescape
Escape
Fix resolution of files for Jest
2020-01-10 01:22:21 +01: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 16:07:16 +02:00
"en"
:
"en_EN.json"
,
"en-us"
:
"en_US.json"
Fix resolution of files for Jest
2020-01-10 01:22:21 +01:00
}