-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Empty preferred languages list breaks Brief feeds display #274
Comments
Filed a Firefox bug. |
Thank you for reporting this, I could not see any feeds for the last couple days. |
Open
Cimbali
added a commit
to Cimbali/brief
that referenced
this issue
Mar 2, 2020
Make the language used for date formatting and document lang attribute consistent with the language used for strings by using browser.i18n for both mechanisms (instead of something relying on navigator.language which is a different setting). Also fixes the problems when navigator.language is not specified, see brief-rss#487 and brief-rss#274.
Cimbali
added a commit
to Cimbali/brief
that referenced
this issue
May 26, 2020
Make the language used for date formatting and document lang attribute consistent with the language used for strings by using browser.i18n for both mechanisms (instead of something relying on navigator.language which is a different setting). Also fixes the problems when navigator.language is not specified, see brief-rss#487 and brief-rss#274.
Cimbali
added a commit
to Cimbali/brief
that referenced
this issue
Aug 11, 2020
Make the language used for date formatting and document lang attribute consistent with the language used for strings by using browser.i18n for both mechanisms (instead of something relying on navigator.language which is a different setting). Also fixes the problems when navigator.language is not specified, see brief-rss#487 and brief-rss#274.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If the preferred languages list in the Firefox settings is empty,
navigator.language
returns an empty string (which seems to contradict both WHATWG and W3C standards. This causestoLocaleString
to throw an exception.Reported in the support thread.
The text was updated successfully, but these errors were encountered: