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
Copy file name to clipboardExpand all lines: content/building.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ This command handles all the necessary bootstrapping tasks, such as setting up c
44
44
Before building the browser, it’s recommended to update the American English language packs to ensure that all localization files are up-to-date:
45
45
46
46
```bash
47
-
sh ./scripts/update-en-US-packs.sh
47
+
python3 ./scripts/update_en_US_packs.py
48
48
```
49
49
50
50
This script updates the "en-US" localization files, which are necessary for proper language support in Zen Browser. Running this step ensures that your build includes the latest translations and language resources.
0 commit comments