-
Notifications
You must be signed in to change notification settings - Fork 895
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move Brave strings to different number range
We previously stored Brave's strings after all of Chromium's resource strings. This presents two problems, however: 1 - Every time new strings are added to Chrome in such a way that they conflict with our strings, we need to increment our base. 2 - We are rapidly running out of room at the upper end of the range, as pak files only support identifiers up to 65536. In order to deal with this, I've moved Brave's strings to a section of the Chromium identifiers that's reserved for ChromiumOS/Ash which we don't use.
- Loading branch information
1 parent
8fd87a3
commit 6c56efb
Showing
1 changed file
with
52 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters