This is an automated email from the git hooks/post-receive script.
richard pushed a commit to branch main in repository builders/tor-browser-build.
The following commit(s) were added to refs/heads/main by this push: new 34ede95 Bug 40580: Add support for uk (ukranian) locale 34ede95 is described below
commit 34ede95be7c8a76167b63aa21a8693b32ce0db0f Author: Richard Pospesel richard@torproject.org AuthorDate: Fri Aug 19 18:36:23 2022 +0000
Bug 40580: Add support for uk (ukranian) locale --- rbm.conf | 3 +++ tools/signing/set-config | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/rbm.conf b/rbm.conf index c41b5ea..dc155fa 100644 --- a/rbm.conf +++ b/rbm.conf @@ -129,6 +129,7 @@ var: - sv-SE - th - tr + - uk - vi - zh-CN - zh-TW @@ -163,6 +164,7 @@ var: - sv-rSE - th - tr + - uk - vi - zh-rCN - zh-rTW @@ -222,6 +224,7 @@ targets: - es-ES - fr - ru + - uk max_torbrowser_incremental_from: 2 build_infos_json: 1
diff --git a/tools/signing/set-config b/tools/signing/set-config index bad1009..d0b8fb3 100644 --- a/tools/signing/set-config +++ b/tools/signing/set-config @@ -1,7 +1,7 @@ . "$script_dir/set-config.tbb-version" . "$script_dir/set-config.hosts"
-bundle_locales="ar ca cs da de el en-US es-AR es-ES fa fr ga-IE he hu id is it ja ka ko lt mk ms my nb-NO nl pl pt-BR ro ru sv-SE th tr vi zh-CN zh-TW" +bundle_locales="ar ca cs da de el en-US es-AR es-ES fa fr ga-IE he hu id is it ja ka ko lt mk ms my nb-NO nl pl pt-BR ro ru sv-SE th tr uk vi zh-CN zh-TW"
signed_dir="$script_dir/../../$tbb_version_type/signed" signed_version_dir="$signed_dir/$tbb_version"