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
{{ message }}
This repository has been archived by the owner on May 10, 2024. It is now read-only.
Brave has its own set of localized languages that are independent from Chromium's list. When the app launches it loads the Chromium resource packs for the selected language the user is using, however there are languages that are supported by Brave but not Chromium such as pt_BR (Chromium only has pt and pt_PT). This fails to find load the resource pak since that language isn't localized and results in a failed CHECK
Steps to Reproduce
Set language to Portuguese (Brazil) (should also crash with certain Korea/China language/region combos)
Launch the app
Actual result:
Crashes
Expected result:
Fall back to Chromium supported languages and don't crash
Reproduces how often:
Always
Brave Version:
I believe we saw this crash log in 1.58, but tested and confirmed in 1.59+
The text was updated successfully, but these errors were encountered:
Description:
Brave has its own set of localized languages that are independent from Chromium's list. When the app launches it loads the Chromium resource packs for the selected language the user is using, however there are languages that are supported by Brave but not Chromium such as
pt_BR
(Chromium only haspt
andpt_PT
). This fails to find load the resource pak since that language isn't localized and results in a failedCHECK
Steps to Reproduce
Actual result:
Crashes
Expected result:
Fall back to Chromium supported languages and don't crash
Reproduces how often:
Always
Brave Version:
I believe we saw this crash log in 1.58, but tested and confirmed in 1.59+
The text was updated successfully, but these errors were encountered: