mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
stop fetching qt translations as part of recompile step
This commit is contained in:
parent
493d9899e2
commit
368e03e1a8
1 changed files with 1 additions and 1 deletions
|
@ -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 $@
|
||||
|
|
Loading…
Reference in a new issue