Update building.md

This commit is contained in:
mr. m 2025-01-13 23:47:45 +01:00 committed by GitHub
parent 1ecb8f28a1
commit d3649c2f3e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -44,7 +44,7 @@ This command handles all the necessary bootstrapping tasks, such as setting up c
Before building the browser, its recommended to update the American English language packs to ensure that all localization files are up-to-date:
```bash
sh ./scripts/update-en-US-packs.sh
python3 ./scripts/update_en_US_packs.py
```
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.