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 $@