Skip to content

Commit d3649c2

Browse files
authored
Update building.md
1 parent 1ecb8f2 commit d3649c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/building.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ This command handles all the necessary bootstrapping tasks, such as setting up c
4444
Before building the browser, it’s recommended to update the American English language packs to ensure that all localization files are up-to-date:
4545

4646
```bash
47-
sh ./scripts/update-en-US-packs.sh
47+
python3 ./scripts/update_en_US_packs.py
4848
```
4949

5050
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

Comments
 (0)