You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My LANG environment variable value is C.UTF-8 (It's the default value for alpine linux).
When I start cinny and enter room view, nothing is displayed on the page.
There is a Uncaught RangeError: invalid language tag: "C" error log in the console.
Reproduction
For Desktop:
Use the command env LANG=C.UTF-8 cinny to open cinny
Log in to a account and enter room view.
For WebUI (FireFox):
Open about:config, change the intl.accept_languages value to C
Log in to a account and enter room view.
Expected behavior
No response
Platform and versions
1. OS: Alpine linux edge
2. Cinny version: v3.0.0
3. Matrix homeserver: envs.net
4. Downloaded from: Compiled by myself
Describe the bug
My
LANG
environment variable value isC.UTF-8
(It's the default value for alpine linux).When I start cinny and enter room view, nothing is displayed on the page.
There is a
Uncaught RangeError: invalid language tag: "C"
error log in the console.Reproduction
For Desktop:
env LANG=C.UTF-8 cinny
to open cinnyFor WebUI (FireFox):
about:config
, change theintl.accept_languages
value toC
Expected behavior
No response
Platform and versions
Additional context
It's work for me to set the empty locates array.
The text was updated successfully, but these errors were encountered: