From c2c67c59f05470484e71782dbfccd7aa44e4e616 Mon Sep 17 00:00:00 2001 From: Cory Francis Myers Date: Mon, 25 Oct 2021 10:47:12 -0700 Subject: [PATCH] avoids kicking off translation updates at development runtime As a side effect, no .mo files will be compiled at runtime, and the Client will fall back to the English source strings as if untranslated, regardless of locale, until a revised version of this translation worfklow is restored in #1317. --- run.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/run.sh b/run.sh index 68b8b6593..fde2a9caf 100755 --- a/run.sh +++ b/run.sh @@ -57,5 +57,4 @@ fi wait -make compile-translation-catalogs python -m securedrop_client --sdc-home "$SDC_HOME" --no-proxy "$qubes_flag" "$@"