From 7bfe75b8596c19eb6fd58d9d8ad69b993d494966 Mon Sep 17 00:00:00 2001 From: mauro-balades Date: Sat, 7 Sep 2024 21:09:34 +0200 Subject: [PATCH] Refactor l10n: Update subproject commit reference Copy the rest of the l10n directories to their respective locations in copy-language-pack.sh --- l10n | 2 +- scripts/copy-language-pack.sh | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/l10n b/l10n index cb0f1cdf4..d4308a2b3 160000 --- a/l10n +++ b/l10n @@ -1 +1 @@ -Subproject commit cb0f1cdf48f94eeeec9f0d0c1fcebb05d92ca1b9 +Subproject commit d4308a2b3156c5414d176f369ff9a5a9b738ed5d diff --git a/scripts/copy-language-pack.sh b/scripts/copy-language-pack.sh index 1c7a15f74..8db5f8b0c 100644 --- a/scripts/copy-language-pack.sh +++ b/scripts/copy-language-pack.sh @@ -9,7 +9,8 @@ copy_browser_locales() { return fi rm -rf $browser_locales/$langId/ - rsync -av --exclude=.git ./l10n/$langId/ $browser_locales/$langId/ + # TODO: Copy the rest of the l10n directories to their respective locations + rsync -av --exclude=.git ./l10n/$langId/browser/ $browser_locales/$langId/ } LANG=$1