-
Notifications
You must be signed in to change notification settings - Fork 404
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
fix: set default language #2722
Conversation
b3f6811
to
71a68ae
Compare
/next |
71a68ae
to
53b15cc
Compare
🎉 PR Next version 2.24.3-next-1684376157.0 publish successful! You can install this version via
|
@erha19 这个下个版本会合并吗? |
@limerickgds 会的,CI 还有问题,等通过了会合并 |
@limerickgds 这个测试需要修一下 |
53b15cc
to
c67d5f6
Compare
@limerickgds 还是不对,这里是 |
c67d5f6
to
fc55851
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #2722 +/- ##
==========================================
- Coverage 57.72% 57.68% -0.05%
==========================================
Files 1327 1333 +6
Lines 83563 83846 +283
Branches 17381 17432 +51
==========================================
+ Hits 48238 48366 +128
- Misses 32104 32249 +145
- Partials 3221 3231 +10
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
Types
Background or solution
🤖 Generated by Copilot at b3f6811
getPreferenceLanguageId
function (link)close #2713
Changelog
🤖 Generated by Copilot at b3f6811
Fixed a bug in
core-browser
that caused the user's language preference to be ignored. ModifiedgetPreferenceLanguageId
to compare the scope of the external and default preferences.