From d3649c2f3ee3cf0cd13b7738efd84e834fcdba23 Mon Sep 17 00:00:00 2001 From: "mr. m" <91018726+mauro-balades@users.noreply.github.com> Date: Mon, 13 Jan 2025 23:47:45 +0100 Subject: [PATCH] Update building.md --- content/building.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/building.md b/content/building.md index f4f09c3..ed66a48 100644 --- a/content/building.md +++ b/content/building.md @@ -44,7 +44,7 @@ This command handles all the necessary bootstrapping tasks, such as setting up c Before building the browser, it’s 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.