From 368e03e1a876bc8a1159c0346b824efc83f04378 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Thu, 27 Feb 2020 20:38:05 +1000 Subject: [PATCH] stop fetching qt translations as part of recompile step --- qt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt/Makefile b/qt/Makefile index 0f95ceed8..82cd91292 100644 --- a/qt/Makefile +++ b/qt/Makefile @@ -28,7 +28,7 @@ all: check @touch $@ .build/i18n: $(wildcard po/repo/desktop/*/anki.po) - (cd po && ./scripts/fetch-latest-translations && \ + (cd po && \ ./scripts/build-mo-files && \ ./scripts/copy-qt-files) @touch $@