From 28b5ef87233ca73af912ed23f474b10585640f75 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 4 Oct 2019 06:13:34 +0530 Subject: [PATCH] Also disable translations since it also crashes --- setup/publish.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/publish.py b/setup/publish.py index 1eb4e4a36c..526d2c8b34 100644 --- a/setup/publish.py +++ b/setup/publish.py @@ -25,7 +25,7 @@ class Stage1(Command): # 'pot', 'build', 'resources', - 'translations', + # 'translations', 'iso639', 'iso3166', 'gui',